Skip to content

Commit 975f1d8

Browse files
Google APIscopybara-github
authored andcommitted
docs: Update IngestConversations and BulkAnalyzeConversations comments
PiperOrigin-RevId: 584034369
1 parent 7e2ed50 commit 975f1d8

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

google/cloud/contactcenterinsights/v1/contact_center_insights.proto

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -587,12 +587,12 @@ message UploadConversationRequest {
587587
// expression `^[a-z0-9-]{4,64}$`. Valid characters are `[a-z][0-9]-`
588588
string conversation_id = 3 [(google.api.field_behavior) = OPTIONAL];
589589

590-
// Optional. DLP settings for transcript redaction. Optional, will default to
591-
// the config specified in Settings.
590+
// Optional. DLP settings for transcript redaction. Will default to the config
591+
// specified in Settings.
592592
RedactionConfig redaction_config = 4 [(google.api.field_behavior) = OPTIONAL];
593593

594-
// Optional. Default Speech-to-Text configuration. Optional, will default to
595-
// the config specified in Settings.
594+
// Optional. Speech-to-Text configuration. Will default to the config
595+
// specified in Settings.
596596
SpeechConfig speech_config = 11 [(google.api.field_behavior) = OPTIONAL];
597597
}
598598

@@ -703,7 +703,7 @@ message IngestConversationsRequest {
703703
// Configuration for Cloud Storage bucket sources.
704704
message GcsSource {
705705
enum BucketObjectType {
706-
// The object type is unspecified and will default to TRANSCRIPT.
706+
// The object type is unspecified and will default to `TRANSCRIPT`.
707707
BUCKET_OBJECT_TYPE_UNSPECIFIED = 0;
708708

709709
// The object is a transcript.
@@ -958,7 +958,7 @@ message BulkAnalyzeConversationsResponse {
958958

959959
// The request to delete conversations in bulk.
960960
message BulkDeleteConversationsRequest {
961-
// Required. The parent resource to create analyses in.
961+
// Required. The parent resource to delete conversations from.
962962
// Format:
963963
// projects/{project}/locations/{location}
964964
string parent = 1 [
@@ -968,11 +968,10 @@ message BulkDeleteConversationsRequest {
968968
}
969969
];
970970

971-
// Filter used to select the subset of conversations to analyze.
971+
// Filter used to select the subset of conversations to delete.
972972
string filter = 2;
973973

974-
// Maximum number of conversations to delete. The default is 1000. It can be
975-
// changed by setting the `max_delete_count` field.
974+
// Maximum number of conversations to delete.
976975
int32 max_delete_count = 3;
977976

978977
// If set to true, all of this conversation's analyses will also be deleted.
@@ -997,7 +996,7 @@ message BulkDeleteConversationsMetadata {
997996
repeated google.rpc.Status partial_errors = 4;
998997
}
999998

1000-
// The response for a bulk analyze conversations operation.
999+
// The response for a bulk delete conversations operation.
10011000
message BulkDeleteConversationsResponse {}
10021001

10031002
// The request to export insights.

0 commit comments

Comments
 (0)