Skip to content

Commit c493584

Browse files
feat(dialogflow): update the api
#### dialogflow:v2 The following keys were added: - resources.projects.resources.locations.methods.get (Total Keys: 11) - resources.projects.resources.locations.methods.list (Total Keys: 18) - schemas.GoogleCloudDialogflowV2Intent.properties.followupIntentInfo.readOnly (Total Keys: 1) - schemas.GoogleCloudDialogflowV2Intent.properties.rootFollowupIntentName.readOnly (Total Keys: 1) - schemas.GoogleCloudLocationListLocationsResponse (Total Keys: 5) - schemas.GoogleCloudLocationLocation (Total Keys: 9) #### dialogflow:v2beta1 The following keys were added: - resources.projects.resources.locations.methods.get (Total Keys: 11) - resources.projects.resources.locations.methods.list (Total Keys: 18) - schemas.GoogleCloudDialogflowV2Intent.properties.followupIntentInfo.readOnly (Total Keys: 1) - schemas.GoogleCloudDialogflowV2Intent.properties.rootFollowupIntentName.readOnly (Total Keys: 1) - schemas.GoogleCloudLocationListLocationsResponse (Total Keys: 5) - schemas.GoogleCloudLocationLocation (Total Keys: 9) #### dialogflow:v3 The following keys were added: - resources.projects.resources.locations.methods.get (Total Keys: 11) - resources.projects.resources.locations.methods.list (Total Keys: 18) - schemas.GoogleCloudDialogflowCxV3SecuritySettings.properties.deidentifyTemplate.type (Total Keys: 1) - schemas.GoogleCloudDialogflowV2Intent.properties.followupIntentInfo.readOnly (Total Keys: 1) - schemas.GoogleCloudDialogflowV2Intent.properties.rootFollowupIntentName.readOnly (Total Keys: 1) - schemas.GoogleCloudLocationListLocationsResponse (Total Keys: 5) - schemas.GoogleCloudLocationLocation (Total Keys: 9) #### dialogflow:v3beta1 The following keys were added: - resources.projects.resources.locations.methods.get (Total Keys: 11) - resources.projects.resources.locations.methods.list (Total Keys: 18) - schemas.GoogleCloudDialogflowCxV3beta1SecuritySettings.properties.deidentifyTemplate.type (Total Keys: 1) - schemas.GoogleCloudDialogflowV2Intent.properties.followupIntentInfo.readOnly (Total Keys: 1) - schemas.GoogleCloudDialogflowV2Intent.properties.rootFollowupIntentName.readOnly (Total Keys: 1) - schemas.GoogleCloudLocationListLocationsResponse (Total Keys: 5) - schemas.GoogleCloudLocationLocation (Total Keys: 9)
1 parent 1a3f816 commit c493584

20 files changed

+940
-88
lines changed

docs/dyn/dialogflow_v2.projects.agent.environments.intents.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h3>Method Details</h3>
122122
&quot;events&quot;: [ # Optional. The collection of event names that trigger the intent. If the collection of input contexts is not empty, all of the contexts must be present in the active user session for an event to trigger this intent. Event names are limited to 150 characters.
123123
&quot;A String&quot;,
124124
],
125-
&quot;followupIntentInfo&quot;: [ # Read-only. Information about all followup intents that have this intent as a direct or indirect parent. We populate this field only in the output.
125+
&quot;followupIntentInfo&quot;: [ # Output only. Read-only. Information about all followup intents that have this intent as a direct or indirect parent. We populate this field only in the output.
126126
{ # Represents a single followup intent in the chain.
127127
&quot;followupIntentName&quot;: &quot;A String&quot;, # The unique identifier of the followup intent. Format: `projects//agent/intents/`.
128128
&quot;parentFollowupIntentName&quot;: &quot;A String&quot;, # The unique identifier of the followup intent&#x27;s parent. Format: `projects//agent/intents/`.
@@ -338,7 +338,7 @@ <h3>Method Details</h3>
338338
&quot;parentFollowupIntentName&quot;: &quot;A String&quot;, # Read-only after creation. The unique identifier of the parent intent in the chain of followup intents. You can set this field when creating an intent, for example with CreateIntent or BatchUpdateIntents, in order to make this intent a followup intent. It identifies the parent followup intent. Format: `projects//agent/intents/`.
339339
&quot;priority&quot;: 42, # Optional. The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the `Normal` priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests.
340340
&quot;resetContexts&quot;: True or False, # Optional. Indicates whether to delete all contexts in the current session when this intent is matched.
341-
&quot;rootFollowupIntentName&quot;: &quot;A String&quot;, # Read-only. The unique identifier of the root intent in the chain of followup intents. It identifies the correct followup intents chain for this intent. We populate this field only in the output. Format: `projects//agent/intents/`.
341+
&quot;rootFollowupIntentName&quot;: &quot;A String&quot;, # Output only. Read-only. The unique identifier of the root intent in the chain of followup intents. It identifies the correct followup intents chain for this intent. We populate this field only in the output. Format: `projects//agent/intents/`.
342342
&quot;trainingPhrases&quot;: [ # Optional. The collection of examples that the agent is trained on.
343343
{ # Represents an example that the agent is trained on.
344344
&quot;name&quot;: &quot;A String&quot;, # Output only. The unique identifier of this training phrase.

docs/dyn/dialogflow_v2.projects.agent.environments.users.sessions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ <h3>Method Details</h3>
442442
&quot;events&quot;: [ # Optional. The collection of event names that trigger the intent. If the collection of input contexts is not empty, all of the contexts must be present in the active user session for an event to trigger this intent. Event names are limited to 150 characters.
443443
&quot;A String&quot;,
444444
],
445-
&quot;followupIntentInfo&quot;: [ # Read-only. Information about all followup intents that have this intent as a direct or indirect parent. We populate this field only in the output.
445+
&quot;followupIntentInfo&quot;: [ # Output only. Read-only. Information about all followup intents that have this intent as a direct or indirect parent. We populate this field only in the output.
446446
{ # Represents a single followup intent in the chain.
447447
&quot;followupIntentName&quot;: &quot;A String&quot;, # The unique identifier of the followup intent. Format: `projects//agent/intents/`.
448448
&quot;parentFollowupIntentName&quot;: &quot;A String&quot;, # The unique identifier of the followup intent&#x27;s parent. Format: `projects//agent/intents/`.
@@ -658,7 +658,7 @@ <h3>Method Details</h3>
658658
&quot;parentFollowupIntentName&quot;: &quot;A String&quot;, # Read-only after creation. The unique identifier of the parent intent in the chain of followup intents. You can set this field when creating an intent, for example with CreateIntent or BatchUpdateIntents, in order to make this intent a followup intent. It identifies the parent followup intent. Format: `projects//agent/intents/`.
659659
&quot;priority&quot;: 42, # Optional. The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the `Normal` priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests.
660660
&quot;resetContexts&quot;: True or False, # Optional. Indicates whether to delete all contexts in the current session when this intent is matched.
661-
&quot;rootFollowupIntentName&quot;: &quot;A String&quot;, # Read-only. The unique identifier of the root intent in the chain of followup intents. It identifies the correct followup intents chain for this intent. We populate this field only in the output. Format: `projects//agent/intents/`.
661+
&quot;rootFollowupIntentName&quot;: &quot;A String&quot;, # Output only. Read-only. The unique identifier of the root intent in the chain of followup intents. It identifies the correct followup intents chain for this intent. We populate this field only in the output. Format: `projects//agent/intents/`.
662662
&quot;trainingPhrases&quot;: [ # Optional. The collection of examples that the agent is trained on.
663663
{ # Represents an example that the agent is trained on.
664664
&quot;name&quot;: &quot;A String&quot;, # Output only. The unique identifier of this training phrase.

0 commit comments

Comments
 (0)