Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: [ContactCenterInsights] Update IngestConversations and BulkAnalyzeConversations comments #6800

Merged
merged 2 commits into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.