Skip to content

Commit addcc6a

Browse files
feat: Automated regeneration of ContactCenterInsights client (googleapis#12237)
Auto-created at 2024-09-28 13:15:25 +0000 using the toys pull request generator.
1 parent c5368e0 commit addcc6a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

clients/contact_center_insights/lib/google_api/contact_center_insights/v1/api/projects.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ defmodule GoogleApi.ContactCenterInsights.V1.Api.Projects do
488488
end
489489

490490
@doc """
491-
Creates a conversation. Does not support audio transcription or DLP redaction. Use `conversations.upload` instead.
491+
Creates a conversation. Note that this method does not support audio transcription or redaction. Use `conversations.upload` instead.
492492
493493
## Parameters
494494
@@ -816,7 +816,7 @@ defmodule GoogleApi.ContactCenterInsights.V1.Api.Projects do
816816
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
817817
* `:filter` (*type:* `String.t`) - A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.
818818
* `:orderBy` (*type:* `String.t`) - Optional. The attribute by which to order conversations in the response. If empty, conversations will be ordered by descending creation time. Supported values are one of the following: * create_time * customer_satisfaction_rating * duration * latest_analysis * start_time * turn_count The default sort order is ascending. To specify order, append `asc` or `desc` (`create_time desc`). For more details, see [Google AIPs Ordering](https://google.aip.dev/132#ordering).
819-
* `:pageSize` (*type:* `integer()`) - The maximum number of conversations to return in the response. A valid page size ranges from 0 to 1,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size.
819+
* `:pageSize` (*type:* `integer()`) - The maximum number of conversations to return in the response. A valid page size ranges from 0 to 100,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size.
820820
* `:pageToken` (*type:* `String.t`) - The value returned by the last `ListConversationsResponse`. This value indicates that this is a continuation of a prior `ListConversations` call and that the system should return the next page of data.
821821
* `:view` (*type:* `String.t`) - The level of details of the conversation. Default is `BASIC`.
822822
* `opts` (*type:* `keyword()`) - Call options

clients/contact_center_insights/lib/google_api/contact_center_insights/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.ContactCenterInsights.V1 do
2020
API client metadata for GoogleApi.ContactCenterInsights.V1.
2121
"""
2222

23-
@discovery_revision "20240910"
23+
@discovery_revision "20240925"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/contact_center_insights/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.ContactCenterInsights.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.10.0"
21+
@version "0.10.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)