Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 106562f

Browse files
committedOct 3, 2023
feat(contactcenterinsights): update the api
#### contactcenterinsights:v1 The following keys were deleted: - schemas.GoogleCloudContactcenterinsightsV1ExportIssueModelResponse (Total Keys: 2) - schemas.GoogleCloudContactcenterinsightsV1ImportIssueModelResponse (Total Keys: 2) - schemas.GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelResponse (Total Keys: 2) - schemas.GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelResponse (Total Keys: 2) The following keys were added: - schemas.GoogleCloudContactcenterinsightsV1Settings.properties.speechConfig.$ref (Total Keys: 1) - schemas.GoogleCloudContactcenterinsightsV1SpeechConfig (Total Keys: 3) - schemas.GoogleCloudContactcenterinsightsV1UploadConversationRequest.properties.speechConfig.$ref (Total Keys: 1) - schemas.GoogleCloudContactcenterinsightsV1alpha1SpeechConfig (Total Keys: 3) - schemas.GoogleCloudContactcenterinsightsV1alpha1UploadConversationRequest.properties.speechConfig.$ref (Total Keys: 1)
1 parent 75cec94 commit 106562f

File tree

3 files changed

+47
-25
lines changed

3 files changed

+47
-25
lines changed
 

‎docs/dyn/contactcenterinsights_v1.projects.locations.conversations.html

+3
Original file line numberDiff line numberDiff line change
@@ -2325,6 +2325,9 @@ <h3>Method Details</h3>
23252325
&quot;deidentifyTemplate&quot;: &quot;A String&quot;, # The fully-qualified DLP deidentify template resource name. Format: `projects/{project}/deidentifyTemplates/{template}`
23262326
&quot;inspectTemplate&quot;: &quot;A String&quot;, # The fully-qualified DLP inspect template resource name. Format: `projects/{project}/locations/{location}/inspectTemplates/{template}`
23272327
},
2328+
&quot;speechConfig&quot;: { # Speech-to-Text configuration. # Optional. Default Speech-to-Text configuration. Optional, will default to the config specified in Settings.
2329+
&quot;speechRecognizer&quot;: &quot;A String&quot;, # The fully-qualified Speech Recognizer resource name. Format: `projects/{project_id}/locations/{location}/recognizer/{recognizer}`
2330+
},
23282331
}
23292332

23302333
x__xgafv: string, V1 error format.

‎docs/dyn/contactcenterinsights_v1.projects.locations.html

+9
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,9 @@ <h3>Method Details</h3>
169169
&quot;deidentifyTemplate&quot;: &quot;A String&quot;, # The fully-qualified DLP deidentify template resource name. Format: `projects/{project}/deidentifyTemplates/{template}`
170170
&quot;inspectTemplate&quot;: &quot;A String&quot;, # The fully-qualified DLP inspect template resource name. Format: `projects/{project}/locations/{location}/inspectTemplates/{template}`
171171
},
172+
&quot;speechConfig&quot;: { # Speech-to-Text configuration. # Optional. Default Speech-to-Text resources to be used while ingesting audio files. Optional, CCAI Insights will create a default if not provided.
173+
&quot;speechRecognizer&quot;: &quot;A String&quot;, # The fully-qualified Speech Recognizer resource name. Format: `projects/{project_id}/locations/{location}/recognizer/{recognizer}`
174+
},
172175
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which the settings were last updated.
173176
}</pre>
174177
</div>
@@ -218,6 +221,9 @@ <h3>Method Details</h3>
218221
&quot;deidentifyTemplate&quot;: &quot;A String&quot;, # The fully-qualified DLP deidentify template resource name. Format: `projects/{project}/deidentifyTemplates/{template}`
219222
&quot;inspectTemplate&quot;: &quot;A String&quot;, # The fully-qualified DLP inspect template resource name. Format: `projects/{project}/locations/{location}/inspectTemplates/{template}`
220223
},
224+
&quot;speechConfig&quot;: { # Speech-to-Text configuration. # Optional. Default Speech-to-Text resources to be used while ingesting audio files. Optional, CCAI Insights will create a default if not provided.
225+
&quot;speechRecognizer&quot;: &quot;A String&quot;, # The fully-qualified Speech Recognizer resource name. Format: `projects/{project_id}/locations/{location}/recognizer/{recognizer}`
226+
},
221227
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which the settings were last updated.
222228
}
223229

@@ -266,6 +272,9 @@ <h3>Method Details</h3>
266272
&quot;deidentifyTemplate&quot;: &quot;A String&quot;, # The fully-qualified DLP deidentify template resource name. Format: `projects/{project}/deidentifyTemplates/{template}`
267273
&quot;inspectTemplate&quot;: &quot;A String&quot;, # The fully-qualified DLP inspect template resource name. Format: `projects/{project}/locations/{location}/inspectTemplates/{template}`
268274
},
275+
&quot;speechConfig&quot;: { # Speech-to-Text configuration. # Optional. Default Speech-to-Text resources to be used while ingesting audio files. Optional, CCAI Insights will create a default if not provided.
276+
&quot;speechRecognizer&quot;: &quot;A String&quot;, # The fully-qualified Speech Recognizer resource name. Format: `projects/{project_id}/locations/{location}/recognizer/{recognizer}`
277+
},
269278
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which the settings were last updated.
270279
}</pre>
271280
</div>

‎googleapiclient/discovery_cache/documents/contactcenterinsights.v1.json

+35-25
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,7 @@
13841384
}
13851385
}
13861386
},
1387-
"revision": "20230919",
1387+
"revision": "20230923",
13881388
"rootUrl": "https://contactcenterinsights.googleapis.com/",
13891389
"schemas": {
13901390
"GoogleCloudContactcenterinsightsV1Analysis": {
@@ -2605,12 +2605,6 @@
26052605
"properties": {},
26062606
"type": "object"
26072607
},
2608-
"GoogleCloudContactcenterinsightsV1ExportIssueModelResponse": {
2609-
"description": "Response from export issue model",
2610-
"id": "GoogleCloudContactcenterinsightsV1ExportIssueModelResponse",
2611-
"properties": {},
2612-
"type": "object"
2613-
},
26142608
"GoogleCloudContactcenterinsightsV1FaqAnswerData": {
26152609
"description": "Agent Assist frequently-asked-question answer data.",
26162610
"id": "GoogleCloudContactcenterinsightsV1FaqAnswerData",
@@ -2667,12 +2661,6 @@
26672661
"properties": {},
26682662
"type": "object"
26692663
},
2670-
"GoogleCloudContactcenterinsightsV1ImportIssueModelResponse": {
2671-
"description": "Response from import issue model",
2672-
"id": "GoogleCloudContactcenterinsightsV1ImportIssueModelResponse",
2673-
"properties": {},
2674-
"type": "object"
2675-
},
26762664
"GoogleCloudContactcenterinsightsV1IngestConversationsMetadata": {
26772665
"description": "The metadata for an IngestConversations operation.",
26782666
"id": "GoogleCloudContactcenterinsightsV1IngestConversationsMetadata",
@@ -3466,6 +3454,10 @@
34663454
"$ref": "GoogleCloudContactcenterinsightsV1RedactionConfig",
34673455
"description": "Default DLP redaction resources to be applied while ingesting conversations."
34683456
},
3457+
"speechConfig": {
3458+
"$ref": "GoogleCloudContactcenterinsightsV1SpeechConfig",
3459+
"description": "Optional. Default Speech-to-Text resources to be used while ingesting audio files. Optional, CCAI Insights will create a default if not provided."
3460+
},
34693461
"updateTime": {
34703462
"description": "Output only. The time at which the settings were last updated.",
34713463
"format": "google-datetime",
@@ -3556,6 +3548,17 @@
35563548
},
35573549
"type": "object"
35583550
},
3551+
"GoogleCloudContactcenterinsightsV1SpeechConfig": {
3552+
"description": "Speech-to-Text configuration.",
3553+
"id": "GoogleCloudContactcenterinsightsV1SpeechConfig",
3554+
"properties": {
3555+
"speechRecognizer": {
3556+
"description": "The fully-qualified Speech Recognizer resource name. Format: `projects/{project_id}/locations/{location}/recognizer/{recognizer}`",
3557+
"type": "string"
3558+
}
3559+
},
3560+
"type": "object"
3561+
},
35593562
"GoogleCloudContactcenterinsightsV1UndeployIssueModelMetadata": {
35603563
"description": "Metadata for undeploying an issue model.",
35613564
"id": "GoogleCloudContactcenterinsightsV1UndeployIssueModelMetadata",
@@ -3649,6 +3652,10 @@
36493652
"redactionConfig": {
36503653
"$ref": "GoogleCloudContactcenterinsightsV1RedactionConfig",
36513654
"description": "Optional. DLP settings for transcript redaction. Optional, will default to the config specified in Settings."
3655+
},
3656+
"speechConfig": {
3657+
"$ref": "GoogleCloudContactcenterinsightsV1SpeechConfig",
3658+
"description": "Optional. Default Speech-to-Text configuration. Optional, will default to the config specified in Settings."
36523659
}
36533660
},
36543661
"type": "object"
@@ -4786,12 +4793,6 @@
47864793
"properties": {},
47874794
"type": "object"
47884795
},
4789-
"GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelResponse": {
4790-
"description": "Response from export issue model",
4791-
"id": "GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelResponse",
4792-
"properties": {},
4793-
"type": "object"
4794-
},
47954796
"GoogleCloudContactcenterinsightsV1alpha1FaqAnswerData": {
47964797
"description": "Agent Assist frequently-asked-question answer data.",
47974798
"id": "GoogleCloudContactcenterinsightsV1alpha1FaqAnswerData",
@@ -4848,12 +4849,6 @@
48484849
"properties": {},
48494850
"type": "object"
48504851
},
4851-
"GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelResponse": {
4852-
"description": "Response from import issue model",
4853-
"id": "GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelResponse",
4854-
"properties": {},
4855-
"type": "object"
4856-
},
48574852
"GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadata": {
48584853
"description": "The metadata for an IngestConversations operation.",
48594854
"id": "GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadata",
@@ -5391,6 +5386,17 @@
53915386
},
53925387
"type": "object"
53935388
},
5389+
"GoogleCloudContactcenterinsightsV1alpha1SpeechConfig": {
5390+
"description": "Speech-to-Text configuration.",
5391+
"id": "GoogleCloudContactcenterinsightsV1alpha1SpeechConfig",
5392+
"properties": {
5393+
"speechRecognizer": {
5394+
"description": "The fully-qualified Speech Recognizer resource name. Format: `projects/{project_id}/locations/{location}/recognizer/{recognizer}`",
5395+
"type": "string"
5396+
}
5397+
},
5398+
"type": "object"
5399+
},
53945400
"GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelMetadata": {
53955401
"description": "Metadata for undeploying an issue model.",
53965402
"id": "GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelMetadata",
@@ -5484,6 +5490,10 @@
54845490
"redactionConfig": {
54855491
"$ref": "GoogleCloudContactcenterinsightsV1alpha1RedactionConfig",
54865492
"description": "Optional. DLP settings for transcript redaction. Optional, will default to the config specified in Settings."
5493+
},
5494+
"speechConfig": {
5495+
"$ref": "GoogleCloudContactcenterinsightsV1alpha1SpeechConfig",
5496+
"description": "Optional. Default Speech-to-Text configuration. Optional, will default to the config specified in Settings."
54875497
}
54885498
},
54895499
"type": "object"

0 commit comments

Comments
 (0)
Please sign in to comment.