Skip to content

Commit

Permalink
docs: Update IngestConversations and BulkAnalyzeConversations comments (
Browse files Browse the repository at this point in the history
googleapis#6800)

PiperOrigin-RevId: 584034369
Source-Link: googleapis/googleapis@975f1d8
Source-Link: https://github.com/googleapis/googleapis-gen/commit/2a24ef17d902f3e484b26cb65459f1e7a55113c8
Copy-Tag: eyJwIjoiQ29udGFjdENlbnRlckluc2lnaHRzLy5Pd2xCb3QueWFtbCIsImgiOiIyYTI0ZWYxN2Q5MDJmM2U0ODRiMjZjYjY1NDU5ZjFlN2E1NTExM2M4In0=
  • Loading branch information
gcf-owl-bot[bot] authored Nov 21, 2023
1 parent db8dcf5 commit bfce7c5
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
/**
* Deletes multiple conversations in a single request.
*
* @param string $formattedParent The parent resource to create analyses in.
* @param string $formattedParent The parent resource to delete conversations from.
* Format:
* projects/{project}/locations/{location}
* Please see {@see ContactCenterInsightsClient::locationName()} for help formatting this field.
Expand Down
32 changes: 14 additions & 18 deletions ContactCenterInsights/src/V1/BulkDeleteConversationsRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -951,17 +951,16 @@ public function bulkAnalyzeConversations(
* }
* ```
*
* @param string $parent Required. The parent resource to create analyses in.
* @param string $parent Required. The parent resource to delete conversations from.
* Format:
* projects/{project}/locations/{location}
* @param array $optionalArgs {
* Optional.
*
* @type string $filter
* Filter used to select the subset of conversations to analyze.
* Filter used to select the subset of conversations to delete.
* @type int $maxDeleteCount
* Maximum number of conversations to delete. The default is 1000. It can be
* changed by setting the `max_delete_count` field.
* Maximum number of conversations to delete.
* @type bool $force
* If set to true, all of this conversation's analyses will also be deleted.
* Otherwise, the request will only succeed if the conversation has no
Expand Down Expand Up @@ -3272,11 +3271,11 @@ public function updateView($view, array $optionalArgs = [])
* This value should be 4-64 characters and must match the regular
* expression `^[a-z0-9-]{4,64}$`. Valid characters are `[a-z][0-9]-`
* @type RedactionConfig $redactionConfig
* Optional. DLP settings for transcript redaction. Optional, will default to
* the config specified in Settings.
* Optional. DLP settings for transcript redaction. Will default to the config
* specified in Settings.
* @type SpeechConfig $speechConfig
* Optional. Default Speech-to-Text configuration. Optional, will default to
* the config specified in Settings.
* Optional. Speech-to-Text configuration. Will default to the config
* specified in Settings.
* @type RetrySettings|array $retrySettings
* Retry settings to use for this call. Can be a {@see RetrySettings} object, or an
* associative array of retry settings parameters. See the documentation on
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions ContactCenterInsights/src/V1/UploadConversationRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bfce7c5

Please sign in to comment.