Skip to content

Commit

Permalink
feat(dialogflow): update the api
Browse files Browse the repository at this point in the history
#### dialogflow:v2

The following keys were added:
- schemas.GoogleCloudDialogflowCxV3AdvancedSettings.properties.speechSettings.$ref (Total Keys: 1)
- schemas.GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings (Total Keys: 9)
- schemas.GoogleCloudDialogflowCxV3beta1AdvancedSettings.properties.speechSettings.$ref (Total Keys: 1)
- schemas.GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings (Total Keys: 9)

#### dialogflow:v2beta1

The following keys were added:
- schemas.GoogleCloudDialogflowCxV3AdvancedSettings.properties.speechSettings.$ref (Total Keys: 1)
- schemas.GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings (Total Keys: 9)
- schemas.GoogleCloudDialogflowCxV3beta1AdvancedSettings.properties.speechSettings.$ref (Total Keys: 1)
- schemas.GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings (Total Keys: 9)

#### dialogflow:v3

The following keys were added:
- schemas.GoogleCloudDialogflowCxV3AdvancedSettings.properties.speechSettings.$ref (Total Keys: 1)
- schemas.GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings (Total Keys: 9)
- schemas.GoogleCloudDialogflowCxV3Agent.properties.personalizationSettings.$ref (Total Keys: 1)
- schemas.GoogleCloudDialogflowCxV3AgentPersonalizationSettings (Total Keys: 4)
- schemas.GoogleCloudDialogflowCxV3beta1AdvancedSettings.properties.speechSettings.$ref (Total Keys: 1)
- schemas.GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings (Total Keys: 9)

#### dialogflow:v3beta1

The following keys were added:
- schemas.GoogleCloudDialogflowCxV3AdvancedSettings.properties.speechSettings.$ref (Total Keys: 1)
- schemas.GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings (Total Keys: 9)
- schemas.GoogleCloudDialogflowCxV3beta1AdvancedSettings.properties.speechSettings.$ref (Total Keys: 1)
- schemas.GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings (Total Keys: 9)
- schemas.GoogleCloudDialogflowCxV3beta1Agent.properties.personalizationSettings.$ref (Total Keys: 1)
- schemas.GoogleCloudDialogflowCxV3beta1AgentPersonalizationSettings (Total Keys: 4)
  • Loading branch information
yoshi-automation committed Mar 12, 2024
1 parent af3534c commit 48b30d7
Show file tree
Hide file tree
Showing 24 changed files with 5,186 additions and 32 deletions.

Large diffs are not rendered by default.

192 changes: 192 additions & 0 deletions docs/dyn/dialogflow_v3.projects.locations.agents.flows.html

Large diffs are not rendered by default.

384 changes: 384 additions & 0 deletions docs/dyn/dialogflow_v3.projects.locations.agents.flows.pages.html

Large diffs are not rendered by default.

Expand Up @@ -135,6 +135,14 @@ <h3>Method Details</h3>
&quot;enableInteractionLogging&quot;: True or False, # If true, DF Interaction logging is currently enabled.
&quot;enableStackdriverLogging&quot;: True or False, # If true, StackDriver logging is currently enabled.
},
&quot;speechSettings&quot;: { # Define behaviors of speech to text detection. # Settings for speech to text detection. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level
&quot;endpointerSensitivity&quot;: 42, # Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.
&quot;models&quot;: { # 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).
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;, # Timeout before detecting no speech.
&quot;useTimeoutBasedEndpointing&quot;: True or False, # Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
},
},
&quot;conditionalCases&quot;: [ # Conditional cases for this fulfillment.
{ # A list of cascading if-else conditions. Cases are mutually exclusive. The first one with a matching condition is selected, all the rest ignored.
Expand Down Expand Up @@ -297,6 +305,14 @@ <h3>Method Details</h3>
&quot;enableInteractionLogging&quot;: True or False, # If true, DF Interaction logging is currently enabled.
&quot;enableStackdriverLogging&quot;: True or False, # If true, StackDriver logging is currently enabled.
},
&quot;speechSettings&quot;: { # Define behaviors of speech to text detection. # Settings for speech to text detection. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level
&quot;endpointerSensitivity&quot;: 42, # Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.
&quot;models&quot;: { # 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).
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;, # Timeout before detecting no speech.
&quot;useTimeoutBasedEndpointing&quot;: True or False, # Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
},
},
&quot;conditionalCases&quot;: [ # Conditional cases for this fulfillment.
{ # A list of cascading if-else conditions. Cases are mutually exclusive. The first one with a matching condition is selected, all the rest ignored.
Expand Down Expand Up @@ -485,6 +501,14 @@ <h3>Method Details</h3>
&quot;enableInteractionLogging&quot;: True or False, # If true, DF Interaction logging is currently enabled.
&quot;enableStackdriverLogging&quot;: True or False, # If true, StackDriver logging is currently enabled.
},
&quot;speechSettings&quot;: { # Define behaviors of speech to text detection. # Settings for speech to text detection. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level
&quot;endpointerSensitivity&quot;: 42, # Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.
&quot;models&quot;: { # 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).
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;, # Timeout before detecting no speech.
&quot;useTimeoutBasedEndpointing&quot;: True or False, # Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
},
},
&quot;conditionalCases&quot;: [ # Conditional cases for this fulfillment.
{ # A list of cascading if-else conditions. Cases are mutually exclusive. The first one with a matching condition is selected, all the rest ignored.
Expand Down Expand Up @@ -659,6 +683,14 @@ <h3>Method Details</h3>
&quot;enableInteractionLogging&quot;: True or False, # If true, DF Interaction logging is currently enabled.
&quot;enableStackdriverLogging&quot;: True or False, # If true, StackDriver logging is currently enabled.
},
&quot;speechSettings&quot;: { # Define behaviors of speech to text detection. # Settings for speech to text detection. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level
&quot;endpointerSensitivity&quot;: 42, # Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.
&quot;models&quot;: { # 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).
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;, # Timeout before detecting no speech.
&quot;useTimeoutBasedEndpointing&quot;: True or False, # Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
},
},
&quot;conditionalCases&quot;: [ # Conditional cases for this fulfillment.
{ # A list of cascading if-else conditions. Cases are mutually exclusive. The first one with a matching condition is selected, all the rest ignored.
Expand Down Expand Up @@ -838,6 +870,14 @@ <h3>Method Details</h3>
&quot;enableInteractionLogging&quot;: True or False, # If true, DF Interaction logging is currently enabled.
&quot;enableStackdriverLogging&quot;: True or False, # If true, StackDriver logging is currently enabled.
},
&quot;speechSettings&quot;: { # Define behaviors of speech to text detection. # Settings for speech to text detection. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level
&quot;endpointerSensitivity&quot;: 42, # Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.
&quot;models&quot;: { # 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).
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;, # Timeout before detecting no speech.
&quot;useTimeoutBasedEndpointing&quot;: True or False, # Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
},
},
&quot;conditionalCases&quot;: [ # Conditional cases for this fulfillment.
{ # A list of cascading if-else conditions. Cases are mutually exclusive. The first one with a matching condition is selected, all the rest ignored.
Expand Down Expand Up @@ -1001,6 +1041,14 @@ <h3>Method Details</h3>
&quot;enableInteractionLogging&quot;: True or False, # If true, DF Interaction logging is currently enabled.
&quot;enableStackdriverLogging&quot;: True or False, # If true, StackDriver logging is currently enabled.
},
&quot;speechSettings&quot;: { # Define behaviors of speech to text detection. # Settings for speech to text detection. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level
&quot;endpointerSensitivity&quot;: 42, # Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.
&quot;models&quot;: { # 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).
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;noSpeechTimeout&quot;: &quot;A String&quot;, # Timeout before detecting no speech.
&quot;useTimeoutBasedEndpointing&quot;: True or False, # Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
},
},
&quot;conditionalCases&quot;: [ # Conditional cases for this fulfillment.
{ # A list of cascading if-else conditions. Cases are mutually exclusive. The first one with a matching condition is selected, all the rest ignored.
Expand Down

0 comments on commit 48b30d7

Please sign in to comment.