You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/dialogflow_v2.projects.agent.environments.intents.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ <h3>Method Details</h3>
122
122
"events": [ # 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.
123
123
"A String",
124
124
],
125
-
"followupIntentInfo": [ # 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
+
"followupIntentInfo": [ # 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.
126
126
{ # Represents a single followup intent in the chain.
127
127
"followupIntentName": "A String", # The unique identifier of the followup intent. Format: `projects//agent/intents/`.
128
128
"parentFollowupIntentName": "A String", # The unique identifier of the followup intent's parent. Format: `projects//agent/intents/`.
@@ -338,7 +338,7 @@ <h3>Method Details</h3>
338
338
"parentFollowupIntentName": "A String", # 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/`.
339
339
"priority": 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.
340
340
"resetContexts": True or False, # Optional. Indicates whether to delete all contexts in the current session when this intent is matched.
341
-
"rootFollowupIntentName": "A String", # 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
+
"rootFollowupIntentName": "A String", # 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/`.
342
342
"trainingPhrases": [ # Optional. The collection of examples that the agent is trained on.
343
343
{ # Represents an example that the agent is trained on.
344
344
"name": "A String", # Output only. The unique identifier of this training phrase.
Copy file name to clipboardExpand all lines: docs/dyn/dialogflow_v2.projects.agent.environments.users.sessions.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -442,7 +442,7 @@ <h3>Method Details</h3>
442
442
"events": [ # 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.
443
443
"A String",
444
444
],
445
-
"followupIntentInfo": [ # 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
+
"followupIntentInfo": [ # 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.
446
446
{ # Represents a single followup intent in the chain.
447
447
"followupIntentName": "A String", # The unique identifier of the followup intent. Format: `projects//agent/intents/`.
448
448
"parentFollowupIntentName": "A String", # The unique identifier of the followup intent's parent. Format: `projects//agent/intents/`.
@@ -658,7 +658,7 @@ <h3>Method Details</h3>
658
658
"parentFollowupIntentName": "A String", # 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/`.
659
659
"priority": 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.
660
660
"resetContexts": True or False, # Optional. Indicates whether to delete all contexts in the current session when this intent is matched.
661
-
"rootFollowupIntentName": "A String", # 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
+
"rootFollowupIntentName": "A String", # 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/`.
662
662
"trainingPhrases": [ # Optional. The collection of examples that the agent is trained on.
663
663
{ # Represents an example that the agent is trained on.
664
664
"name": "A String", # Output only. The unique identifier of this training phrase.
0 commit comments