Skip to content

Commit

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

The following keys were added:
- schemas.GoogleCloudDialogflowCxV3Agent.properties.enableMultiLanguageTraining.type (Total Keys: 1)
- schemas.GoogleCloudDialogflowCxV3Flow.properties.multiLanguageSettings.$ref (Total Keys: 1)
- schemas.GoogleCloudDialogflowCxV3FlowMultiLanguageSettings (Total Keys: 5)

#### dialogflow:v3beta1

The following keys were added:
- schemas.GoogleCloudDialogflowCxV3beta1Agent.properties.enableMultiLanguageTraining.type (Total Keys: 1)
- schemas.GoogleCloudDialogflowCxV3beta1Flow.properties.multiLanguageSettings.$ref (Total Keys: 1)
- schemas.GoogleCloudDialogflowCxV3beta1FlowMultiLanguageSettings (Total Keys: 5)
  • Loading branch information
yoshi-automation committed Apr 2, 2024
1 parent 59e643d commit d546a68
Show file tree
Hide file tree
Showing 10 changed files with 164 additions and 4 deletions.
36 changes: 36 additions & 0 deletions docs/dyn/dialogflow_v3.projects.locations.agents.flows.html
Expand Up @@ -476,6 +476,12 @@ <h3>Method Details</h3>
&quot;webhook&quot;: &quot;A String&quot;, # The webhook to call. Format: `projects//locations//agents//webhooks/`.
},
},
&quot;multiLanguageSettings&quot;: { # Settings for multi-lingual agents. # Optional. Multi-lingual agent settings for this flow.
&quot;enableMultiLanguageDetection&quot;: True or False, # Optional. Enable multi-language detection for this flow. This can be set only if agent level multi language setting is enabled.
&quot;supportedResponseLanguageCodes&quot;: [ # Optional. Agent will respond in the detected language if the detected language code is in the supported resolved languages for this flow. This will be used only if multi-language training is enabled in the agent and multi-language detection is enabled in the flow. The supported languages must be a subset of the languages supported by the agent.
&quot;A String&quot;,
],
},
&quot;name&quot;: &quot;A String&quot;, # The unique identifier of the flow. Format: `projects//locations//agents//flows/`.
&quot;nluSettings&quot;: { # Settings related to NLU. # NLU related settings of the flow.
&quot;classificationThreshold&quot;: 3.14, # To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
Expand Down Expand Up @@ -988,6 +994,12 @@ <h3>Method Details</h3>
&quot;webhook&quot;: &quot;A String&quot;, # The webhook to call. Format: `projects//locations//agents//webhooks/`.
},
},
&quot;multiLanguageSettings&quot;: { # Settings for multi-lingual agents. # Optional. Multi-lingual agent settings for this flow.
&quot;enableMultiLanguageDetection&quot;: True or False, # Optional. Enable multi-language detection for this flow. This can be set only if agent level multi language setting is enabled.
&quot;supportedResponseLanguageCodes&quot;: [ # Optional. Agent will respond in the detected language if the detected language code is in the supported resolved languages for this flow. This will be used only if multi-language training is enabled in the agent and multi-language detection is enabled in the flow. The supported languages must be a subset of the languages supported by the agent.
&quot;A String&quot;,
],
},
&quot;name&quot;: &quot;A String&quot;, # The unique identifier of the flow. Format: `projects//locations//agents//flows/`.
&quot;nluSettings&quot;: { # Settings related to NLU. # NLU related settings of the flow.
&quot;classificationThreshold&quot;: 3.14, # To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
Expand Down Expand Up @@ -1569,6 +1581,12 @@ <h3>Method Details</h3>
&quot;webhook&quot;: &quot;A String&quot;, # The webhook to call. Format: `projects//locations//agents//webhooks/`.
},
},
&quot;multiLanguageSettings&quot;: { # Settings for multi-lingual agents. # Optional. Multi-lingual agent settings for this flow.
&quot;enableMultiLanguageDetection&quot;: True or False, # Optional. Enable multi-language detection for this flow. This can be set only if agent level multi language setting is enabled.
&quot;supportedResponseLanguageCodes&quot;: [ # Optional. Agent will respond in the detected language if the detected language code is in the supported resolved languages for this flow. This will be used only if multi-language training is enabled in the agent and multi-language detection is enabled in the flow. The supported languages must be a subset of the languages supported by the agent.
&quot;A String&quot;,
],
},
&quot;name&quot;: &quot;A String&quot;, # The unique identifier of the flow. Format: `projects//locations//agents//flows/`.
&quot;nluSettings&quot;: { # Settings related to NLU. # NLU related settings of the flow.
&quot;classificationThreshold&quot;: 3.14, # To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
Expand Down Expand Up @@ -2176,6 +2194,12 @@ <h3>Method Details</h3>
&quot;webhook&quot;: &quot;A String&quot;, # The webhook to call. Format: `projects//locations//agents//webhooks/`.
},
},
&quot;multiLanguageSettings&quot;: { # Settings for multi-lingual agents. # Optional. Multi-lingual agent settings for this flow.
&quot;enableMultiLanguageDetection&quot;: True or False, # Optional. Enable multi-language detection for this flow. This can be set only if agent level multi language setting is enabled.
&quot;supportedResponseLanguageCodes&quot;: [ # Optional. Agent will respond in the detected language if the detected language code is in the supported resolved languages for this flow. This will be used only if multi-language training is enabled in the agent and multi-language detection is enabled in the flow. The supported languages must be a subset of the languages supported by the agent.
&quot;A String&quot;,
],
},
&quot;name&quot;: &quot;A String&quot;, # The unique identifier of the flow. Format: `projects//locations//agents//flows/`.
&quot;nluSettings&quot;: { # Settings related to NLU. # NLU related settings of the flow.
&quot;classificationThreshold&quot;: 3.14, # To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
Expand Down Expand Up @@ -2706,6 +2730,12 @@ <h3>Method Details</h3>
&quot;webhook&quot;: &quot;A String&quot;, # The webhook to call. Format: `projects//locations//agents//webhooks/`.
},
},
&quot;multiLanguageSettings&quot;: { # Settings for multi-lingual agents. # Optional. Multi-lingual agent settings for this flow.
&quot;enableMultiLanguageDetection&quot;: True or False, # Optional. Enable multi-language detection for this flow. This can be set only if agent level multi language setting is enabled.
&quot;supportedResponseLanguageCodes&quot;: [ # Optional. Agent will respond in the detected language if the detected language code is in the supported resolved languages for this flow. This will be used only if multi-language training is enabled in the agent and multi-language detection is enabled in the flow. The supported languages must be a subset of the languages supported by the agent.
&quot;A String&quot;,
],
},
&quot;name&quot;: &quot;A String&quot;, # The unique identifier of the flow. Format: `projects//locations//agents//flows/`.
&quot;nluSettings&quot;: { # Settings related to NLU. # NLU related settings of the flow.
&quot;classificationThreshold&quot;: 3.14, # To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
Expand Down Expand Up @@ -3219,6 +3249,12 @@ <h3>Method Details</h3>
&quot;webhook&quot;: &quot;A String&quot;, # The webhook to call. Format: `projects//locations//agents//webhooks/`.
},
},
&quot;multiLanguageSettings&quot;: { # Settings for multi-lingual agents. # Optional. Multi-lingual agent settings for this flow.
&quot;enableMultiLanguageDetection&quot;: True or False, # Optional. Enable multi-language detection for this flow. This can be set only if agent level multi language setting is enabled.
&quot;supportedResponseLanguageCodes&quot;: [ # Optional. Agent will respond in the detected language if the detected language code is in the supported resolved languages for this flow. This will be used only if multi-language training is enabled in the agent and multi-language detection is enabled in the flow. The supported languages must be a subset of the languages supported by the agent.
&quot;A String&quot;,
],
},
&quot;name&quot;: &quot;A String&quot;, # The unique identifier of the flow. Format: `projects//locations//agents//flows/`.
&quot;nluSettings&quot;: { # Settings related to NLU. # NLU related settings of the flow.
&quot;classificationThreshold&quot;: 3.14, # To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
Expand Down
6 changes: 6 additions & 0 deletions docs/dyn/dialogflow_v3.projects.locations.agents.html
Expand Up @@ -208,6 +208,7 @@ <h3>Method Details</h3>
&quot;defaultLanguageCode&quot;: &quot;A String&quot;, # Required. Immutable. The default language of the agent as a language tag. See [Language Support](https://cloud.google.com/dialogflow/cx/docs/reference/language) for a list of the currently supported language codes. This field cannot be set by the Agents.UpdateAgent method.
&quot;description&quot;: &quot;A String&quot;, # The description of the agent. The maximum length is 500 characters. If exceeded, the request is rejected.
&quot;displayName&quot;: &quot;A String&quot;, # Required. The human-readable name of the agent, unique within the location.
&quot;enableMultiLanguageTraining&quot;: True or False, # Optional. Enable training multi-lingual models for this agent. These models will be trained on all the languages supported by the agent.
&quot;enableSpellCorrection&quot;: True or False, # Indicates if automatic spell correction is enabled in detect intent requests.
&quot;enableStackdriverLogging&quot;: True or False, # Indicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead.
&quot;genAppBuilderSettings&quot;: { # Settings for Gen App Builder. # Gen App Builder-related agent-level settings.
Expand Down Expand Up @@ -296,6 +297,7 @@ <h3>Method Details</h3>
&quot;defaultLanguageCode&quot;: &quot;A String&quot;, # Required. Immutable. The default language of the agent as a language tag. See [Language Support](https://cloud.google.com/dialogflow/cx/docs/reference/language) for a list of the currently supported language codes. This field cannot be set by the Agents.UpdateAgent method.
&quot;description&quot;: &quot;A String&quot;, # The description of the agent. The maximum length is 500 characters. If exceeded, the request is rejected.
&quot;displayName&quot;: &quot;A String&quot;, # Required. The human-readable name of the agent, unique within the location.
&quot;enableMultiLanguageTraining&quot;: True or False, # Optional. Enable training multi-lingual models for this agent. These models will be trained on all the languages supported by the agent.
&quot;enableSpellCorrection&quot;: True or False, # Indicates if automatic spell correction is enabled in detect intent requests.
&quot;enableStackdriverLogging&quot;: True or False, # Indicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead.
&quot;genAppBuilderSettings&quot;: { # Settings for Gen App Builder. # Gen App Builder-related agent-level settings.
Expand Down Expand Up @@ -458,6 +460,7 @@ <h3>Method Details</h3>
&quot;defaultLanguageCode&quot;: &quot;A String&quot;, # Required. Immutable. The default language of the agent as a language tag. See [Language Support](https://cloud.google.com/dialogflow/cx/docs/reference/language) for a list of the currently supported language codes. This field cannot be set by the Agents.UpdateAgent method.
&quot;description&quot;: &quot;A String&quot;, # The description of the agent. The maximum length is 500 characters. If exceeded, the request is rejected.
&quot;displayName&quot;: &quot;A String&quot;, # Required. The human-readable name of the agent, unique within the location.
&quot;enableMultiLanguageTraining&quot;: True or False, # Optional. Enable training multi-lingual models for this agent. These models will be trained on all the languages supported by the agent.
&quot;enableSpellCorrection&quot;: True or False, # Indicates if automatic spell correction is enabled in detect intent requests.
&quot;enableStackdriverLogging&quot;: True or False, # Indicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead.
&quot;genAppBuilderSettings&quot;: { # Settings for Gen App Builder. # Gen App Builder-related agent-level settings.
Expand Down Expand Up @@ -646,6 +649,7 @@ <h3>Method Details</h3>
&quot;defaultLanguageCode&quot;: &quot;A String&quot;, # Required. Immutable. The default language of the agent as a language tag. See [Language Support](https://cloud.google.com/dialogflow/cx/docs/reference/language) for a list of the currently supported language codes. This field cannot be set by the Agents.UpdateAgent method.
&quot;description&quot;: &quot;A String&quot;, # The description of the agent. The maximum length is 500 characters. If exceeded, the request is rejected.
&quot;displayName&quot;: &quot;A String&quot;, # Required. The human-readable name of the agent, unique within the location.
&quot;enableMultiLanguageTraining&quot;: True or False, # Optional. Enable training multi-lingual models for this agent. These models will be trained on all the languages supported by the agent.
&quot;enableSpellCorrection&quot;: True or False, # Indicates if automatic spell correction is enabled in detect intent requests.
&quot;enableStackdriverLogging&quot;: True or False, # Indicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead.
&quot;genAppBuilderSettings&quot;: { # Settings for Gen App Builder. # Gen App Builder-related agent-level settings.
Expand Down Expand Up @@ -753,6 +757,7 @@ <h3>Method Details</h3>
&quot;defaultLanguageCode&quot;: &quot;A String&quot;, # Required. Immutable. The default language of the agent as a language tag. See [Language Support](https://cloud.google.com/dialogflow/cx/docs/reference/language) for a list of the currently supported language codes. This field cannot be set by the Agents.UpdateAgent method.
&quot;description&quot;: &quot;A String&quot;, # The description of the agent. The maximum length is 500 characters. If exceeded, the request is rejected.
&quot;displayName&quot;: &quot;A String&quot;, # Required. The human-readable name of the agent, unique within the location.
&quot;enableMultiLanguageTraining&quot;: True or False, # Optional. Enable training multi-lingual models for this agent. These models will be trained on all the languages supported by the agent.
&quot;enableSpellCorrection&quot;: True or False, # Indicates if automatic spell correction is enabled in detect intent requests.
&quot;enableStackdriverLogging&quot;: True or False, # Indicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead.
&quot;genAppBuilderSettings&quot;: { # Settings for Gen App Builder. # Gen App Builder-related agent-level settings.
Expand Down Expand Up @@ -842,6 +847,7 @@ <h3>Method Details</h3>
&quot;defaultLanguageCode&quot;: &quot;A String&quot;, # Required. Immutable. The default language of the agent as a language tag. See [Language Support](https://cloud.google.com/dialogflow/cx/docs/reference/language) for a list of the currently supported language codes. This field cannot be set by the Agents.UpdateAgent method.
&quot;description&quot;: &quot;A String&quot;, # The description of the agent. The maximum length is 500 characters. If exceeded, the request is rejected.
&quot;displayName&quot;: &quot;A String&quot;, # Required. The human-readable name of the agent, unique within the location.
&quot;enableMultiLanguageTraining&quot;: True or False, # Optional. Enable training multi-lingual models for this agent. These models will be trained on all the languages supported by the agent.
&quot;enableSpellCorrection&quot;: True or False, # Indicates if automatic spell correction is enabled in detect intent requests.
&quot;enableStackdriverLogging&quot;: True or False, # Indicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead.
&quot;genAppBuilderSettings&quot;: { # Settings for Gen App Builder. # Gen App Builder-related agent-level settings.
Expand Down

0 comments on commit d546a68

Please sign in to comment.