|
1384 | 1384 | }
|
1385 | 1385 | }
|
1386 | 1386 | },
|
1387 |
| - "revision": "20230919", |
| 1387 | + "revision": "20230923", |
1388 | 1388 | "rootUrl": "https://contactcenterinsights.googleapis.com/",
|
1389 | 1389 | "schemas": {
|
1390 | 1390 | "GoogleCloudContactcenterinsightsV1Analysis": {
|
|
2605 | 2605 | "properties": {},
|
2606 | 2606 | "type": "object"
|
2607 | 2607 | },
|
2608 |
| - "GoogleCloudContactcenterinsightsV1ExportIssueModelResponse": { |
2609 |
| - "description": "Response from export issue model", |
2610 |
| - "id": "GoogleCloudContactcenterinsightsV1ExportIssueModelResponse", |
2611 |
| - "properties": {}, |
2612 |
| - "type": "object" |
2613 |
| - }, |
2614 | 2608 | "GoogleCloudContactcenterinsightsV1FaqAnswerData": {
|
2615 | 2609 | "description": "Agent Assist frequently-asked-question answer data.",
|
2616 | 2610 | "id": "GoogleCloudContactcenterinsightsV1FaqAnswerData",
|
|
2667 | 2661 | "properties": {},
|
2668 | 2662 | "type": "object"
|
2669 | 2663 | },
|
2670 |
| - "GoogleCloudContactcenterinsightsV1ImportIssueModelResponse": { |
2671 |
| - "description": "Response from import issue model", |
2672 |
| - "id": "GoogleCloudContactcenterinsightsV1ImportIssueModelResponse", |
2673 |
| - "properties": {}, |
2674 |
| - "type": "object" |
2675 |
| - }, |
2676 | 2664 | "GoogleCloudContactcenterinsightsV1IngestConversationsMetadata": {
|
2677 | 2665 | "description": "The metadata for an IngestConversations operation.",
|
2678 | 2666 | "id": "GoogleCloudContactcenterinsightsV1IngestConversationsMetadata",
|
|
3466 | 3454 | "$ref": "GoogleCloudContactcenterinsightsV1RedactionConfig",
|
3467 | 3455 | "description": "Default DLP redaction resources to be applied while ingesting conversations."
|
3468 | 3456 | },
|
| 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 | + }, |
3469 | 3461 | "updateTime": {
|
3470 | 3462 | "description": "Output only. The time at which the settings were last updated.",
|
3471 | 3463 | "format": "google-datetime",
|
|
3556 | 3548 | },
|
3557 | 3549 | "type": "object"
|
3558 | 3550 | },
|
| 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 | + }, |
3559 | 3562 | "GoogleCloudContactcenterinsightsV1UndeployIssueModelMetadata": {
|
3560 | 3563 | "description": "Metadata for undeploying an issue model.",
|
3561 | 3564 | "id": "GoogleCloudContactcenterinsightsV1UndeployIssueModelMetadata",
|
|
3649 | 3652 | "redactionConfig": {
|
3650 | 3653 | "$ref": "GoogleCloudContactcenterinsightsV1RedactionConfig",
|
3651 | 3654 | "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." |
3652 | 3659 | }
|
3653 | 3660 | },
|
3654 | 3661 | "type": "object"
|
|
4786 | 4793 | "properties": {},
|
4787 | 4794 | "type": "object"
|
4788 | 4795 | },
|
4789 |
| - "GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelResponse": { |
4790 |
| - "description": "Response from export issue model", |
4791 |
| - "id": "GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelResponse", |
4792 |
| - "properties": {}, |
4793 |
| - "type": "object" |
4794 |
| - }, |
4795 | 4796 | "GoogleCloudContactcenterinsightsV1alpha1FaqAnswerData": {
|
4796 | 4797 | "description": "Agent Assist frequently-asked-question answer data.",
|
4797 | 4798 | "id": "GoogleCloudContactcenterinsightsV1alpha1FaqAnswerData",
|
|
4848 | 4849 | "properties": {},
|
4849 | 4850 | "type": "object"
|
4850 | 4851 | },
|
4851 |
| - "GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelResponse": { |
4852 |
| - "description": "Response from import issue model", |
4853 |
| - "id": "GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelResponse", |
4854 |
| - "properties": {}, |
4855 |
| - "type": "object" |
4856 |
| - }, |
4857 | 4852 | "GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadata": {
|
4858 | 4853 | "description": "The metadata for an IngestConversations operation.",
|
4859 | 4854 | "id": "GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadata",
|
|
5391 | 5386 | },
|
5392 | 5387 | "type": "object"
|
5393 | 5388 | },
|
| 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 | + }, |
5394 | 5400 | "GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelMetadata": {
|
5395 | 5401 | "description": "Metadata for undeploying an issue model.",
|
5396 | 5402 | "id": "GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelMetadata",
|
|
5484 | 5490 | "redactionConfig": {
|
5485 | 5491 | "$ref": "GoogleCloudContactcenterinsightsV1alpha1RedactionConfig",
|
5486 | 5492 | "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." |
5487 | 5497 | }
|
5488 | 5498 | },
|
5489 | 5499 | "type": "object"
|
|
0 commit comments