|
8327 | 8327 | }
|
8328 | 8328 | }
|
8329 | 8329 | },
|
8330 |
| - "revision": "20240131", |
| 8330 | + "revision": "20240305", |
8331 | 8331 | "rootUrl": "https://dialogflow.googleapis.com/",
|
8332 | 8332 | "schemas": {
|
8333 | 8333 | "GoogleCloudDialogflowCxV3AdvancedSettings": {
|
|
8345 | 8345 | "loggingSettings": {
|
8346 | 8346 | "$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings",
|
8347 | 8347 | "description": "Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level."
|
| 8348 | + }, |
| 8349 | + "speechSettings": { |
| 8350 | + "$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings", |
| 8351 | + "description": "Settings for speech to text detection. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level" |
8348 | 8352 | }
|
8349 | 8353 | },
|
8350 | 8354 | "type": "object"
|
|
8384 | 8388 | },
|
8385 | 8389 | "type": "object"
|
8386 | 8390 | },
|
| 8391 | + "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings": { |
| 8392 | + "description": "Define behaviors of speech to text detection.", |
| 8393 | + "id": "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings", |
| 8394 | + "properties": { |
| 8395 | + "endpointerSensitivity": { |
| 8396 | + "description": "Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.", |
| 8397 | + "format": "int32", |
| 8398 | + "type": "integer" |
| 8399 | + }, |
| 8400 | + "models": { |
| 8401 | + "additionalProperties": { |
| 8402 | + "type": "string" |
| 8403 | + }, |
| 8404 | + "description": "Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/concept/speech-models).", |
| 8405 | + "type": "object" |
| 8406 | + }, |
| 8407 | + "noSpeechTimeout": { |
| 8408 | + "description": "Timeout before detecting no speech.", |
| 8409 | + "format": "google-duration", |
| 8410 | + "type": "string" |
| 8411 | + }, |
| 8412 | + "useTimeoutBasedEndpointing": { |
| 8413 | + "description": "Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.", |
| 8414 | + "type": "boolean" |
| 8415 | + } |
| 8416 | + }, |
| 8417 | + "type": "object" |
| 8418 | + }, |
8387 | 8419 | "GoogleCloudDialogflowCxV3AudioInput": {
|
8388 | 8420 | "description": "Represents the natural speech audio to be processed.",
|
8389 | 8421 | "id": "GoogleCloudDialogflowCxV3AudioInput",
|
|
10623 | 10655 | "loggingSettings": {
|
10624 | 10656 | "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings",
|
10625 | 10657 | "description": "Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level."
|
| 10658 | + }, |
| 10659 | + "speechSettings": { |
| 10660 | + "$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings", |
| 10661 | + "description": "Settings for speech to text detection. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level" |
10626 | 10662 | }
|
10627 | 10663 | },
|
10628 | 10664 | "type": "object"
|
|
10662 | 10698 | },
|
10663 | 10699 | "type": "object"
|
10664 | 10700 | },
|
| 10701 | + "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings": { |
| 10702 | + "description": "Define behaviors of speech to text detection.", |
| 10703 | + "id": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings", |
| 10704 | + "properties": { |
| 10705 | + "endpointerSensitivity": { |
| 10706 | + "description": "Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.", |
| 10707 | + "format": "int32", |
| 10708 | + "type": "integer" |
| 10709 | + }, |
| 10710 | + "models": { |
| 10711 | + "additionalProperties": { |
| 10712 | + "type": "string" |
| 10713 | + }, |
| 10714 | + "description": "Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/concept/speech-models).", |
| 10715 | + "type": "object" |
| 10716 | + }, |
| 10717 | + "noSpeechTimeout": { |
| 10718 | + "description": "Timeout before detecting no speech.", |
| 10719 | + "format": "google-duration", |
| 10720 | + "type": "string" |
| 10721 | + }, |
| 10722 | + "useTimeoutBasedEndpointing": { |
| 10723 | + "description": "Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.", |
| 10724 | + "type": "boolean" |
| 10725 | + } |
| 10726 | + }, |
| 10727 | + "type": "object" |
| 10728 | + }, |
10665 | 10729 | "GoogleCloudDialogflowCxV3beta1AudioInput": {
|
10666 | 10730 | "description": "Represents the natural speech audio to be processed.",
|
10667 | 10731 | "id": "GoogleCloudDialogflowCxV3beta1AudioInput",
|
|
0 commit comments