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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,7 @@ <h3>Method Details</h3>
118
118
"A String",
119
119
],
120
120
"displayName": "A String", # Required. The name of this intent.
121
+
"endInteraction": True or False, # Optional. Indicates that this intent ends an interaction. Some integrations (e.g., Actions on Google or Dialogflow phone gateway) use this information to close interaction with an end user. Default is false.
121
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.
122
123
"A String",
123
124
],
@@ -131,6 +132,7 @@ <h3>Method Details</h3>
131
132
"A String",
132
133
],
133
134
"isFallback": True or False, # Optional. Indicates whether this is a fallback intent.
135
+
"liveAgentHandoff": True or False, # Optional. Indicates that a live agent should be brought in to handle the interaction with the user. In most cases, when you set this flag to true, you would also want to set end_interaction to true as well. Default is false.
134
136
"messages": [ # Optional. The collection of rich messages corresponding to the `Response` field in the Dialogflow console.
135
137
{ # A rich response message. Corresponds to the intent `Response` field in the Dialogflow console. For more information, see [Rich response messages](https://cloud.google.com/dialogflow/docs/intents-rich-messages).
136
138
"basicCard": { # The basic card message. Useful for displaying information. # The basic card response for Actions on Google.
Copy file name to clipboardExpand all lines: docs/dyn/dialogflow_v2.projects.agent.environments.users.sessions.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,7 @@ <h3>Method Details</h3>
148
148
"queryInput": { # Represents the query input. It can contain either: 1. An audio config which instructs the speech recognizer how to process the speech audio. 2. A conversational query in the form of text,. 3. An event that specifies which intent to trigger. # Required. The input specification. It can be set to: 1. an audio config which instructs the speech recognizer how to process the speech audio, 2. a conversational query in the form of text, or 3. an event that specifies which intent to trigger.
149
149
"audioConfig": { # Instructs the speech recognizer how to process the audio content. # Instructs the speech recognizer how to process the speech audio.
150
150
"audioEncoding": "A String", # Required. Audio encoding of the audio content to process.
151
+
"disableNoSpeechRecognizedEvent": True or False, # Only used in Participants.AnalyzeContent and Participants.StreamingAnalyzeContent. If `false` and recognition doesn't return any result, trigger `NO_SPEECH_RECOGNIZED` event to Dialogflow agent.
151
152
"enableWordInfo": True or False, # If `true`, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information.
152
153
"languageCode": "A String", # Required. The language of the supplied audio. Dialogflow does not do translations. See [Language Support](https://cloud.google.com/dialogflow/docs/reference/language) for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
153
154
"model": "A String", # Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to [Cloud Speech API documentation](https://cloud.google.com/speech-to-text/docs/basics#select-model) for more details.
@@ -436,6 +437,7 @@ <h3>Method Details</h3>
436
437
"A String",
437
438
],
438
439
"displayName": "A String", # Required. The name of this intent.
440
+
"endInteraction": True or False, # Optional. Indicates that this intent ends an interaction. Some integrations (e.g., Actions on Google or Dialogflow phone gateway) use this information to close interaction with an end user. Default is false.
439
441
"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.
440
442
"A String",
441
443
],
@@ -449,6 +451,7 @@ <h3>Method Details</h3>
449
451
"A String",
450
452
],
451
453
"isFallback": True or False, # Optional. Indicates whether this is a fallback intent.
454
+
"liveAgentHandoff": True or False, # Optional. Indicates that a live agent should be brought in to handle the interaction with the user. In most cases, when you set this flag to true, you would also want to set end_interaction to true as well. Default is false.
452
455
"messages": [ # Optional. The collection of rich messages corresponding to the `Response` field in the Dialogflow console.
453
456
{ # A rich response message. Corresponds to the intent `Response` field in the Dialogflow console. For more information, see [Rich response messages](https://cloud.google.com/dialogflow/docs/intents-rich-messages).
454
457
"basicCard": { # The basic card message. Useful for displaying information. # The basic card response for Actions on Google.
Copy file name to clipboardExpand all lines: docs/dyn/dialogflow_v2.projects.agent.intents.html
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,7 @@ <h3>Method Details</h3>
119
119
"A String",
120
120
],
121
121
"displayName": "A String", # Required. The name of this intent.
122
+
"endInteraction": True or False, # Optional. Indicates that this intent ends an interaction. Some integrations (e.g., Actions on Google or Dialogflow phone gateway) use this information to close interaction with an end user. Default is false.
122
123
"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
124
"A String",
124
125
],
@@ -132,6 +133,7 @@ <h3>Method Details</h3>
132
133
"A String",
133
134
],
134
135
"isFallback": True or False, # Optional. Indicates whether this is a fallback intent.
136
+
"liveAgentHandoff": True or False, # Optional. Indicates that a live agent should be brought in to handle the interaction with the user. In most cases, when you set this flag to true, you would also want to set end_interaction to true as well. Default is false.
135
137
"messages": [ # Optional. The collection of rich messages corresponding to the `Response` field in the Dialogflow console.
136
138
{ # A rich response message. Corresponds to the intent `Response` field in the Dialogflow console. For more information, see [Rich response messages](https://cloud.google.com/dialogflow/docs/intents-rich-messages).
137
139
"basicCard": { # The basic card message. Useful for displaying information. # The basic card response for Actions on Google.
@@ -405,6 +407,7 @@ <h3>Method Details</h3>
405
407
"A String",
406
408
],
407
409
"displayName": "A String", # Required. The name of this intent.
410
+
"endInteraction": True or False, # Optional. Indicates that this intent ends an interaction. Some integrations (e.g., Actions on Google or Dialogflow phone gateway) use this information to close interaction with an end user. Default is false.
408
411
"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.
409
412
"A String",
410
413
],
@@ -418,6 +421,7 @@ <h3>Method Details</h3>
418
421
"A String",
419
422
],
420
423
"isFallback": True or False, # Optional. Indicates whether this is a fallback intent.
424
+
"liveAgentHandoff": True or False, # Optional. Indicates that a live agent should be brought in to handle the interaction with the user. In most cases, when you set this flag to true, you would also want to set end_interaction to true as well. Default is false.
421
425
"messages": [ # Optional. The collection of rich messages corresponding to the `Response` field in the Dialogflow console.
422
426
{ # A rich response message. Corresponds to the intent `Response` field in the Dialogflow console. For more information, see [Rich response messages](https://cloud.google.com/dialogflow/docs/intents-rich-messages).
423
427
"basicCard": { # The basic card message. Useful for displaying information. # The basic card response for Actions on Google.
@@ -698,6 +702,7 @@ <h3>Method Details</h3>
698
702
"A String",
699
703
],
700
704
"displayName": "A String", # Required. The name of this intent.
705
+
"endInteraction": True or False, # Optional. Indicates that this intent ends an interaction. Some integrations (e.g., Actions on Google or Dialogflow phone gateway) use this information to close interaction with an end user. Default is false.
701
706
"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.
702
707
"A String",
703
708
],
@@ -711,6 +716,7 @@ <h3>Method Details</h3>
711
716
"A String",
712
717
],
713
718
"isFallback": True or False, # Optional. Indicates whether this is a fallback intent.
719
+
"liveAgentHandoff": True or False, # Optional. Indicates that a live agent should be brought in to handle the interaction with the user. In most cases, when you set this flag to true, you would also want to set end_interaction to true as well. Default is false.
714
720
"messages": [ # Optional. The collection of rich messages corresponding to the `Response` field in the Dialogflow console.
715
721
{ # A rich response message. Corresponds to the intent `Response` field in the Dialogflow console. For more information, see [Rich response messages](https://cloud.google.com/dialogflow/docs/intents-rich-messages).
716
722
"basicCard": { # The basic card message. Useful for displaying information. # The basic card response for Actions on Google.
@@ -954,6 +960,7 @@ <h3>Method Details</h3>
954
960
"A String",
955
961
],
956
962
"displayName": "A String", # Required. The name of this intent.
963
+
"endInteraction": True or False, # Optional. Indicates that this intent ends an interaction. Some integrations (e.g., Actions on Google or Dialogflow phone gateway) use this information to close interaction with an end user. Default is false.
957
964
"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.
958
965
"A String",
959
966
],
@@ -967,6 +974,7 @@ <h3>Method Details</h3>
967
974
"A String",
968
975
],
969
976
"isFallback": True or False, # Optional. Indicates whether this is a fallback intent.
977
+
"liveAgentHandoff": True or False, # Optional. Indicates that a live agent should be brought in to handle the interaction with the user. In most cases, when you set this flag to true, you would also want to set end_interaction to true as well. Default is false.
970
978
"messages": [ # Optional. The collection of rich messages corresponding to the `Response` field in the Dialogflow console.
971
979
{ # A rich response message. Corresponds to the intent `Response` field in the Dialogflow console. For more information, see [Rich response messages](https://cloud.google.com/dialogflow/docs/intents-rich-messages).
972
980
"basicCard": { # The basic card message. Useful for displaying information. # The basic card response for Actions on Google.
@@ -1235,6 +1243,7 @@ <h3>Method Details</h3>
1235
1243
"A String",
1236
1244
],
1237
1245
"displayName": "A String", # Required. The name of this intent.
1246
+
"endInteraction": True or False, # Optional. Indicates that this intent ends an interaction. Some integrations (e.g., Actions on Google or Dialogflow phone gateway) use this information to close interaction with an end user. Default is false.
1238
1247
"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.
1239
1248
"A String",
1240
1249
],
@@ -1248,6 +1257,7 @@ <h3>Method Details</h3>
1248
1257
"A String",
1249
1258
],
1250
1259
"isFallback": True or False, # Optional. Indicates whether this is a fallback intent.
1260
+
"liveAgentHandoff": True or False, # Optional. Indicates that a live agent should be brought in to handle the interaction with the user. In most cases, when you set this flag to true, you would also want to set end_interaction to true as well. Default is false.
1251
1261
"messages": [ # Optional. The collection of rich messages corresponding to the `Response` field in the Dialogflow console.
1252
1262
{ # A rich response message. Corresponds to the intent `Response` field in the Dialogflow console. For more information, see [Rich response messages](https://cloud.google.com/dialogflow/docs/intents-rich-messages).
1253
1263
"basicCard": { # The basic card message. Useful for displaying information. # The basic card response for Actions on Google.
@@ -1502,6 +1512,7 @@ <h3>Method Details</h3>
1502
1512
"A String",
1503
1513
],
1504
1514
"displayName": "A String", # Required. The name of this intent.
1515
+
"endInteraction": True or False, # Optional. Indicates that this intent ends an interaction. Some integrations (e.g., Actions on Google or Dialogflow phone gateway) use this information to close interaction with an end user. Default is false.
1505
1516
"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.
1506
1517
"A String",
1507
1518
],
@@ -1515,6 +1526,7 @@ <h3>Method Details</h3>
1515
1526
"A String",
1516
1527
],
1517
1528
"isFallback": True or False, # Optional. Indicates whether this is a fallback intent.
1529
+
"liveAgentHandoff": True or False, # Optional. Indicates that a live agent should be brought in to handle the interaction with the user. In most cases, when you set this flag to true, you would also want to set end_interaction to true as well. Default is false.
1518
1530
"messages": [ # Optional. The collection of rich messages corresponding to the `Response` field in the Dialogflow console.
1519
1531
{ # A rich response message. Corresponds to the intent `Response` field in the Dialogflow console. For more information, see [Rich response messages](https://cloud.google.com/dialogflow/docs/intents-rich-messages).
1520
1532
"basicCard": { # The basic card message. Useful for displaying information. # The basic card response for Actions on Google.
@@ -1772,6 +1784,7 @@ <h3>Method Details</h3>
1772
1784
"A String",
1773
1785
],
1774
1786
"displayName": "A String", # Required. The name of this intent.
1787
+
"endInteraction": True or False, # Optional. Indicates that this intent ends an interaction. Some integrations (e.g., Actions on Google or Dialogflow phone gateway) use this information to close interaction with an end user. Default is false.
1775
1788
"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.
1776
1789
"A String",
1777
1790
],
@@ -1785,6 +1798,7 @@ <h3>Method Details</h3>
1785
1798
"A String",
1786
1799
],
1787
1800
"isFallback": True or False, # Optional. Indicates whether this is a fallback intent.
1801
+
"liveAgentHandoff": True or False, # Optional. Indicates that a live agent should be brought in to handle the interaction with the user. In most cases, when you set this flag to true, you would also want to set end_interaction to true as well. Default is false.
1788
1802
"messages": [ # Optional. The collection of rich messages corresponding to the `Response` field in the Dialogflow console.
1789
1803
{ # A rich response message. Corresponds to the intent `Response` field in the Dialogflow console. For more information, see [Rich response messages](https://cloud.google.com/dialogflow/docs/intents-rich-messages).
1790
1804
"basicCard": { # The basic card message. Useful for displaying information. # The basic card response for Actions on Google.
@@ -2029,6 +2043,7 @@ <h3>Method Details</h3>
2029
2043
"A String",
2030
2044
],
2031
2045
"displayName": "A String", # Required. The name of this intent.
2046
+
"endInteraction": True or False, # Optional. Indicates that this intent ends an interaction. Some integrations (e.g., Actions on Google or Dialogflow phone gateway) use this information to close interaction with an end user. Default is false.
2032
2047
"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.
2033
2048
"A String",
2034
2049
],
@@ -2042,6 +2057,7 @@ <h3>Method Details</h3>
2042
2057
"A String",
2043
2058
],
2044
2059
"isFallback": True or False, # Optional. Indicates whether this is a fallback intent.
2060
+
"liveAgentHandoff": True or False, # Optional. Indicates that a live agent should be brought in to handle the interaction with the user. In most cases, when you set this flag to true, you would also want to set end_interaction to true as well. Default is false.
2045
2061
"messages": [ # Optional. The collection of rich messages corresponding to the `Response` field in the Dialogflow console.
2046
2062
{ # A rich response message. Corresponds to the intent `Response` field in the Dialogflow console. For more information, see [Rich response messages](https://cloud.google.com/dialogflow/docs/intents-rich-messages).
2047
2063
"basicCard": { # The basic card message. Useful for displaying information. # The basic card response for Actions on Google.
0 commit comments