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:
- 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)
  • Loading branch information
yoshi-automation committed Aug 17, 2021
1 parent 1a3f816 commit c493584
Show file tree
Hide file tree
Showing 20 changed files with 940 additions and 88 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h3>Method Details</h3>
&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.
&quot;A String&quot;,
],
&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.
&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.
{ # Represents a single followup intent in the chain.
&quot;followupIntentName&quot;: &quot;A String&quot;, # The unique identifier of the followup intent. Format: `projects//agent/intents/`.
&quot;parentFollowupIntentName&quot;: &quot;A String&quot;, # The unique identifier of the followup intent&#x27;s parent. Format: `projects//agent/intents/`.
Expand Down Expand Up @@ -338,7 +338,7 @@ <h3>Method Details</h3>
&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/`.
&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.
&quot;resetContexts&quot;: True or False, # Optional. Indicates whether to delete all contexts in the current session when this intent is matched.
&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/`.
&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/`.
&quot;trainingPhrases&quot;: [ # Optional. The collection of examples that the agent is trained on.
{ # Represents an example that the agent is trained on.
&quot;name&quot;: &quot;A String&quot;, # Output only. The unique identifier of this training phrase.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ <h3>Method Details</h3>
&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.
&quot;A String&quot;,
],
&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.
&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.
{ # Represents a single followup intent in the chain.
&quot;followupIntentName&quot;: &quot;A String&quot;, # The unique identifier of the followup intent. Format: `projects//agent/intents/`.
&quot;parentFollowupIntentName&quot;: &quot;A String&quot;, # The unique identifier of the followup intent&#x27;s parent. Format: `projects//agent/intents/`.
Expand Down Expand Up @@ -658,7 +658,7 @@ <h3>Method Details</h3>
&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/`.
&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.
&quot;resetContexts&quot;: True or False, # Optional. Indicates whether to delete all contexts in the current session when this intent is matched.
&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/`.
&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/`.
&quot;trainingPhrases&quot;: [ # Optional. The collection of examples that the agent is trained on.
{ # Represents an example that the agent is trained on.
&quot;name&quot;: &quot;A String&quot;, # Output only. The unique identifier of this training phrase.
Expand Down
Loading

0 comments on commit c493584

Please sign in to comment.