Skip to content

Commit bf08cff

Browse files
feat: Automated regeneration of ContactCenterInsights client (googleapis#12545)
Auto-created at 2024-11-16 13:17:35 +0000 using the toys pull request generator.
1 parent 9f3f6cb commit bf08cff

22 files changed

+19
-2234
lines changed

clients/contact_center_insights/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_contact_center_insights, "~> 0.12"}]
14+
[{:google_api_contact_center_insights, "~> 0.13"}]
1515
end
1616
```
1717

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

Lines changed: 0 additions & 1791 deletions
Large diffs are not rendered by default.

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 "20241021"
23+
@discovery_revision "20241114"
2424

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

clients/contact_center_insights/lib/google_api/contact_center_insights/v1/model/google_cloud_contactcenterinsights_v1_conversation.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ defmodule GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsig
2828
* `dialogflowIntents` (*type:* `%{optional(String.t) => GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1DialogflowIntent.t}`, *default:* `nil`) - Output only. All the matched Dialogflow intents in the call. The key corresponds to a Dialogflow intent, format: projects/{project}/agent/{agent}/intents/{intent}
2929
* `duration` (*type:* `String.t`, *default:* `nil`) - Output only. The duration of the conversation.
3030
* `expireTime` (*type:* `DateTime.t`, *default:* `nil`) - The time at which this conversation should expire. After this time, the conversation data and any associated analyses will be deleted.
31-
* `labels` (*type:* `map()`, *default:* `nil`) - A map for the user to specify any custom fields. A maximum of 20 labels per conversation is allowed, with a maximum of 256 characters per entry.
31+
* `labels` (*type:* `map()`, *default:* `nil`) - A map for the user to specify any custom fields. A maximum of 100 labels per conversation is allowed, with a maximum of 256 characters per entry.
3232
* `languageCode` (*type:* `String.t`, *default:* `nil`) - A user-specified language code for the conversation.
3333
* `latestAnalysis` (*type:* `GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1Analysis.t`, *default:* `nil`) - Output only. The conversation's latest analysis, if one exists.
3434
* `latestSummary` (*type:* `GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData.t`, *default:* `nil`) - Output only. Latest summary of the conversation.

clients/contact_center_insights/lib/google_api/contact_center_insights/v1/model/google_cloud_contactcenterinsights_v1_conversation_quality_metadata_agent_info.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ defmodule GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsig
2222
## Attributes
2323
2424
* `agentId` (*type:* `String.t`, *default:* `nil`) - A user-specified string representing the agent.
25+
* `agentType` (*type:* `String.t`, *default:* `nil`) - The agent type, e.g. HUMAN_AGENT.
2526
* `displayName` (*type:* `String.t`, *default:* `nil`) - The agent's name.
2627
* `dispositionCode` (*type:* `String.t`, *default:* `nil`) - A user-provided string indicating the outcome of the agent's segment of the call.
2728
* `team` (*type:* `String.t`, *default:* `nil`) - A user-specified string representing the agent's team.
@@ -31,12 +32,14 @@ defmodule GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsig
3132

3233
@type t :: %__MODULE__{
3334
:agentId => String.t() | nil,
35+
:agentType => String.t() | nil,
3436
:displayName => String.t() | nil,
3537
:dispositionCode => String.t() | nil,
3638
:team => String.t() | nil
3739
}
3840

3941
field(:agentId)
42+
field(:agentType)
4043
field(:displayName)
4144
field(:dispositionCode)
4245
field(:team)

clients/contact_center_insights/lib/google_api/contact_center_insights/v1/model/google_cloud_contactcenterinsights_v1_ingest_conversations_request_gcs_source.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsig
2323
2424
* `bucketObjectType` (*type:* `String.t`, *default:* `nil`) - Optional. Specifies the type of the objects in `bucket_uri`.
2525
* `bucketUri` (*type:* `String.t`, *default:* `nil`) - Required. The Cloud Storage bucket containing source objects.
26-
* `customMetadataKeys` (*type:* `list(String.t)`, *default:* `nil`) - Optional. Custom keys to extract as conversation labels from metadata files in `metadata_bucket_uri`. Keys not included in this field will be ignored. Note that there is a limit of 20 labels per conversation.
26+
* `customMetadataKeys` (*type:* `list(String.t)`, *default:* `nil`) - Optional. Custom keys to extract as conversation labels from metadata files in `metadata_bucket_uri`. Keys not included in this field will be ignored. Note that there is a limit of 100 labels per conversation.
2727
* `metadataBucketUri` (*type:* `String.t`, *default:* `nil`) - Optional. The Cloud Storage path to the conversation metadata. Note that: [1] Metadata files are expected to be in JSON format. [2] Metadata and source files (transcripts or audio) must be in separate buckets. [3] A source file and its corresponding metadata file must share the same name to be properly ingested, E.g. `gs://bucket/audio/conversation1.mp3` and `gs://bucket/metadata/conversation1.json`.
2828
"""
2929

clients/contact_center_insights/lib/google_api/contact_center_insights/v1/model/google_cloud_contactcenterinsights_v1_qa_answer.ex

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ defmodule GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsig
2424
* `answerSources` (*type:* `list(GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1QaAnswerAnswerSource.t)`, *default:* `nil`) - List of all individual answers given to the question.
2525
* `answerValue` (*type:* `GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue.t`, *default:* `nil`) - The main answer value, incorporating any manual edits if they exist.
2626
* `conversation` (*type:* `String.t`, *default:* `nil`) - The conversation the answer applies to.
27-
* `potentialScore` (*type:* `float()`, *default:* `nil`) - The maximum potential score of the question. If the question was answered using `na_value`, this field will be zero. Deprecated: Use AnswerValue.potential_score instead.
2827
* `qaQuestion` (*type:* `String.t`, *default:* `nil`) - The QaQuestion answered by this answer.
2928
* `questionBody` (*type:* `String.t`, *default:* `nil`) - Question text. E.g., "Did the agent greet the customer?"
3029
* `tags` (*type:* `list(String.t)`, *default:* `nil`) - User-defined list of arbitrary tags. Matches the value from QaScorecard.ScorecardQuestion.tags. Used for grouping/organization and for weighting the score of each answer.
@@ -42,7 +41,6 @@ defmodule GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsig
4241
GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue.t()
4342
| nil,
4443
:conversation => String.t() | nil,
45-
:potentialScore => float() | nil,
4644
:qaQuestion => String.t() | nil,
4745
:questionBody => String.t() | nil,
4846
:tags => list(String.t()) | nil
@@ -60,7 +58,6 @@ defmodule GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsig
6058
)
6159

6260
field(:conversation)
63-
field(:potentialScore)
6461
field(:qaQuestion)
6562
field(:questionBody)
6663
field(:tags, type: :list)

clients/contact_center_insights/lib/google_api/contact_center_insights/v1/model/google_cloud_contactcenterinsights_v1_qa_answer_answer_value.ex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717

1818
defmodule GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue do
1919
@moduledoc """
20-
Message for holding the value of the answer. QaQuestion.AnswerChoice defines the possible answer values for a question.
20+
Message for holding the value of a QaAnswer. QaQuestion.AnswerChoice defines the possible answer values for a question.
2121
2222
## Attributes
2323
2424
* `boolValue` (*type:* `boolean()`, *default:* `nil`) - Boolean value.
2525
* `key` (*type:* `String.t`, *default:* `nil`) - A short string used as an identifier. Matches the value used in QaQuestion.AnswerChoice.key.
26-
* `naValue` (*type:* `boolean()`, *default:* `nil`) - A value of "Not Applicable (N/A)".
27-
* `normalizedScore` (*type:* `float()`, *default:* `nil`) - Output only. Normalized score of the questions. Calculated as score / potential_score iff potential_score != 0 else 0
26+
* `naValue` (*type:* `boolean()`, *default:* `nil`) - A value of "Not Applicable (N/A)". Should only ever be `true`.
27+
* `normalizedScore` (*type:* `float()`, *default:* `nil`) - Output only. Normalized score of the questions. Calculated as score / potential_score.
2828
* `numValue` (*type:* `float()`, *default:* `nil`) - Numerical value.
2929
* `potentialScore` (*type:* `float()`, *default:* `nil`) - Output only. The maximum potential score of the question.
3030
* `score` (*type:* `float()`, *default:* `nil`) - Output only. Numerical score of the answer.

clients/contact_center_insights/lib/google_api/contact_center_insights/v1/model/google_cloud_contactcenterinsights_v1alpha1_conversation.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ defmodule GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsig
2828
* `dialogflowIntents` (*type:* `%{optional(String.t) => GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1DialogflowIntent.t}`, *default:* `nil`) - Output only. All the matched Dialogflow intents in the call. The key corresponds to a Dialogflow intent, format: projects/{project}/agent/{agent}/intents/{intent}
2929
* `duration` (*type:* `String.t`, *default:* `nil`) - Output only. The duration of the conversation.
3030
* `expireTime` (*type:* `DateTime.t`, *default:* `nil`) - The time at which this conversation should expire. After this time, the conversation data and any associated analyses will be deleted.
31-
* `labels` (*type:* `map()`, *default:* `nil`) - A map for the user to specify any custom fields. A maximum of 20 labels per conversation is allowed, with a maximum of 256 characters per entry.
31+
* `labels` (*type:* `map()`, *default:* `nil`) - A map for the user to specify any custom fields. A maximum of 100 labels per conversation is allowed, with a maximum of 256 characters per entry.
3232
* `languageCode` (*type:* `String.t`, *default:* `nil`) - A user-specified language code for the conversation.
3333
* `latestAnalysis` (*type:* `GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1Analysis.t`, *default:* `nil`) - Output only. The conversation's latest analysis, if one exists.
3434
* `latestSummary` (*type:* `GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1ConversationSummarizationSuggestionData.t`, *default:* `nil`) - Output only. Latest summary of the conversation.

clients/contact_center_insights/lib/google_api/contact_center_insights/v1/model/google_cloud_contactcenterinsights_v1alpha1_conversation_quality_metadata_agent_info.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ defmodule GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsig
2222
## Attributes
2323
2424
* `agentId` (*type:* `String.t`, *default:* `nil`) - A user-specified string representing the agent.
25+
* `agentType` (*type:* `String.t`, *default:* `nil`) - The agent type, e.g. HUMAN_AGENT.
2526
* `displayName` (*type:* `String.t`, *default:* `nil`) - The agent's name.
2627
* `dispositionCode` (*type:* `String.t`, *default:* `nil`) - A user-provided string indicating the outcome of the agent's segment of the call.
2728
* `team` (*type:* `String.t`, *default:* `nil`) - A user-specified string representing the agent's team.
@@ -31,12 +32,14 @@ defmodule GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsig
3132

3233
@type t :: %__MODULE__{
3334
:agentId => String.t() | nil,
35+
:agentType => String.t() | nil,
3436
:displayName => String.t() | nil,
3537
:dispositionCode => String.t() | nil,
3638
:team => String.t() | nil
3739
}
3840

3941
field(:agentId)
42+
field(:agentType)
4043
field(:displayName)
4144
field(:dispositionCode)
4245
field(:team)

0 commit comments

Comments
 (0)