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.conversations.participants.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -191,6 +191,8 @@ <h3>Method Details</h3>
191
191
192
192
{ # The response message for Participants.AnalyzeContent.
193
193
"automatedAgentReply": { # Represents a response from an automated agent. # Only set if a Dialogflow automated agent has responded. Note that: AutomatedAgentReply.detect_intent_response.output_audio and AutomatedAgentReply.detect_intent_response.output_audio_config are always empty, use reply_audio instead.
194
+
"allowCancellation": True or False, # Indicates whether the partial automated agent reply is interruptible when a later reply message arrives. e.g. if the agent specified some music as partial response, it can be cancelled.
"detectIntentResponse": { # The message returned from the DetectIntent method. # Response of the Dialogflow Sessions.DetectIntent call.
195
197
"outputAudio": "A String", # The audio data bytes encoded as specified in the request. Note: The output audio is generated based on the values of default platform text responses found in the `query_result.fulfillment_messages` field. If multiple default text responses exist, they will be concatenated when generating audio. If no default platform text responses exist, the generated audio content will be empty. In some scenarios, multiple output audio fields may be present in the response structure. In these cases, only the top-most-level audio output has content.
196
198
"outputAudioConfig": { # Instructs the speech synthesizer on how to generate the output audio content. If this audio config is supplied in a request, it overrides all existing text-to-speech settings applied to the agent. # The config used by the speech synthesizer to generate the output audio.
Copy file name to clipboardExpand all lines: docs/dyn/dialogflow_v2.projects.locations.conversations.participants.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -191,6 +191,8 @@ <h3>Method Details</h3>
191
191
192
192
{ # The response message for Participants.AnalyzeContent.
193
193
"automatedAgentReply": { # Represents a response from an automated agent. # Only set if a Dialogflow automated agent has responded. Note that: AutomatedAgentReply.detect_intent_response.output_audio and AutomatedAgentReply.detect_intent_response.output_audio_config are always empty, use reply_audio instead.
194
+
"allowCancellation": True or False, # Indicates whether the partial automated agent reply is interruptible when a later reply message arrives. e.g. if the agent specified some music as partial response, it can be cancelled.
"detectIntentResponse": { # The message returned from the DetectIntent method. # Response of the Dialogflow Sessions.DetectIntent call.
195
197
"outputAudio": "A String", # The audio data bytes encoded as specified in the request. Note: The output audio is generated based on the values of default platform text responses found in the `query_result.fulfillment_messages` field. If multiple default text responses exist, they will be concatenated when generating audio. If no default platform text responses exist, the generated audio content will be empty. In some scenarios, multiple output audio fields may be present in the response structure. In these cases, only the top-most-level audio output has content.
196
198
"outputAudioConfig": { # Instructs the speech synthesizer on how to generate the output audio content. If this audio config is supplied in a request, it overrides all existing text-to-speech settings applied to the agent. # The config used by the speech synthesizer to generate the output audio.
Copy file name to clipboardExpand all lines: docs/dyn/dialogflow_v2beta1.projects.conversations.participants.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -201,6 +201,8 @@ <h3>Method Details</h3>
201
201
202
202
{ # The response message for Participants.AnalyzeContent.
203
203
"automatedAgentReply": { # Represents a response from an automated agent. # Optional. Only set if a Dialogflow automated agent has responded. Note that: AutomatedAgentReply.detect_intent_response.output_audio and AutomatedAgentReply.detect_intent_response.output_audio_config are always empty, use reply_audio instead.
204
+
"allowCancellation": True or False, # Indicates whether the partial automated agent reply is interruptible when a later reply message arrives. e.g. if the agent specified some music as partial response, it can be cancelled.
"cxSessionParameters": { # The collection of current Dialogflow CX agent session parameters at the time of this response. Deprecated: Use `parameters` instead.
205
207
"a_key": "", # Properties of the object.
Copy file name to clipboardExpand all lines: docs/dyn/dialogflow_v2beta1.projects.locations.conversations.participants.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -201,6 +201,8 @@ <h3>Method Details</h3>
201
201
202
202
{ # The response message for Participants.AnalyzeContent.
203
203
"automatedAgentReply": { # Represents a response from an automated agent. # Optional. Only set if a Dialogflow automated agent has responded. Note that: AutomatedAgentReply.detect_intent_response.output_audio and AutomatedAgentReply.detect_intent_response.output_audio_config are always empty, use reply_audio instead.
204
+
"allowCancellation": True or False, # Indicates whether the partial automated agent reply is interruptible when a later reply message arrives. e.g. if the agent specified some music as partial response, it can be cancelled.
"cxSessionParameters": { # The collection of current Dialogflow CX agent session parameters at the time of this response. Deprecated: Use `parameters` instead.
205
207
"a_key": "", # Properties of the object.
Copy file name to clipboardExpand all lines: docs/dyn/dialogflow_v3.projects.locations.agents.environments.sessions.html
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -197,6 +197,7 @@ <h3>Method Details</h3>
197
197
An object of the form:
198
198
199
199
{ # The message returned from the DetectIntent method.
200
+
"allowCancellation": True or False, # Indicates whether the partial response can be cancelled when a later response arrives. e.g. if the agent specified some music as partial response, it can be cancelled.
200
201
"outputAudio": "A String", # The audio data bytes encoded as specified in the request. Note: The output audio is generated based on the values of default platform text responses found in the `query_result.response_messages` field. If multiple default text responses exist, they will be concatenated when generating audio. If no default platform text responses exist, the generated audio content will be empty. In some scenarios, multiple output audio fields may be present in the response structure. In these cases, only the top-most-level audio output has content.
201
202
"outputAudioConfig": { # Instructs the speech synthesizer how to generate the output audio content. # The config used by the speech synthesizer to generate the output audio.
202
203
"audioEncoding": "A String", # Required. Audio encoding of the synthesized audio content.
@@ -316,6 +317,7 @@ <h3>Method Details</h3>
316
317
},
317
318
},
318
319
],
320
+
"returnPartialResponses": True or False, # Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
319
321
"setParameterActions": [ # Set parameter values before executing the webhook.
320
322
{ # Setting a parameter value.
321
323
"parameter": "A String", # Display name of the parameter.
@@ -430,6 +432,7 @@ <h3>Method Details</h3>
430
432
},
431
433
},
432
434
],
435
+
"returnPartialResponses": True or False, # Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
433
436
"setParameterActions": [ # Set parameter values before executing the webhook.
434
437
{ # Setting a parameter value.
435
438
"parameter": "A String", # Display name of the parameter.
@@ -547,6 +550,7 @@ <h3>Method Details</h3>
547
550
},
548
551
},
549
552
],
553
+
"returnPartialResponses": True or False, # Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
550
554
"setParameterActions": [ # Set parameter values before executing the webhook.
551
555
{ # Setting a parameter value.
552
556
"parameter": "A String", # Display name of the parameter.
@@ -661,6 +665,7 @@ <h3>Method Details</h3>
661
665
},
662
666
},
663
667
],
668
+
"returnPartialResponses": True or False, # Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
664
669
"setParameterActions": [ # Set parameter values before executing the webhook.
665
670
{ # Setting a parameter value.
666
671
"parameter": "A String", # Display name of the parameter.
@@ -789,6 +794,7 @@ <h3>Method Details</h3>
789
794
},
790
795
},
791
796
],
797
+
"returnPartialResponses": True or False, # Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
792
798
"setParameterActions": [ # Set parameter values before executing the webhook.
793
799
{ # Setting a parameter value.
794
800
"parameter": "A String", # Display name of the parameter.
@@ -947,6 +953,7 @@ <h3>Method Details</h3>
947
953
],
948
954
},
949
955
"responseId": "A String", # Output only. The unique identifier of the response. It can be used to locate a response in the training example set or for reporting issues.
"returnPartialResponses": True or False, # Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
1213
1221
"setParameterActions": [ # Set parameter values before executing the webhook.
1214
1222
{ # Setting a parameter value.
1215
1223
"parameter": "A String", # Display name of the parameter.
@@ -1324,6 +1332,7 @@ <h3>Method Details</h3>
1324
1332
},
1325
1333
},
1326
1334
],
1335
+
"returnPartialResponses": True or False, # Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
1327
1336
"setParameterActions": [ # Set parameter values before executing the webhook.
1328
1337
{ # Setting a parameter value.
1329
1338
"parameter": "A String", # Display name of the parameter.
@@ -1441,6 +1450,7 @@ <h3>Method Details</h3>
1441
1450
},
1442
1451
},
1443
1452
],
1453
+
"returnPartialResponses": True or False, # Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
1444
1454
"setParameterActions": [ # Set parameter values before executing the webhook.
1445
1455
{ # Setting a parameter value.
1446
1456
"parameter": "A String", # Display name of the parameter.
@@ -1555,6 +1565,7 @@ <h3>Method Details</h3>
1555
1565
},
1556
1566
},
1557
1567
],
1568
+
"returnPartialResponses": True or False, # Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
1558
1569
"setParameterActions": [ # Set parameter values before executing the webhook.
1559
1570
{ # Setting a parameter value.
1560
1571
"parameter": "A String", # Display name of the parameter.
@@ -1683,6 +1694,7 @@ <h3>Method Details</h3>
1683
1694
},
1684
1695
},
1685
1696
],
1697
+
"returnPartialResponses": True or False, # Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
1686
1698
"setParameterActions": [ # Set parameter values before executing the webhook.
1687
1699
{ # Setting a parameter value.
1688
1700
"parameter": "A String", # Display name of the parameter.
@@ -2029,6 +2041,7 @@ <h3>Method Details</h3>
2029
2041
},
2030
2042
},
2031
2043
],
2044
+
"returnPartialResponses": True or False, # Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
2032
2045
"setParameterActions": [ # Set parameter values before executing the webhook.
2033
2046
{ # Setting a parameter value.
2034
2047
"parameter": "A String", # Display name of the parameter.
@@ -2143,6 +2156,7 @@ <h3>Method Details</h3>
2143
2156
},
2144
2157
},
2145
2158
],
2159
+
"returnPartialResponses": True or False, # Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
2146
2160
"setParameterActions": [ # Set parameter values before executing the webhook.
2147
2161
{ # Setting a parameter value.
2148
2162
"parameter": "A String", # Display name of the parameter.
@@ -2260,6 +2274,7 @@ <h3>Method Details</h3>
2260
2274
},
2261
2275
},
2262
2276
],
2277
+
"returnPartialResponses": True or False, # Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
2263
2278
"setParameterActions": [ # Set parameter values before executing the webhook.
2264
2279
{ # Setting a parameter value.
2265
2280
"parameter": "A String", # Display name of the parameter.
@@ -2374,6 +2389,7 @@ <h3>Method Details</h3>
2374
2389
},
2375
2390
},
2376
2391
],
2392
+
"returnPartialResponses": True or False, # Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
2377
2393
"setParameterActions": [ # Set parameter values before executing the webhook.
2378
2394
{ # Setting a parameter value.
2379
2395
"parameter": "A String", # Display name of the parameter.
@@ -2502,6 +2518,7 @@ <h3>Method Details</h3>
2502
2518
},
2503
2519
},
2504
2520
],
2521
+
"returnPartialResponses": True or False, # Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
2505
2522
"setParameterActions": [ # Set parameter values before executing the webhook.
2506
2523
{ # Setting a parameter value.
2507
2524
"parameter": "A String", # Display name of the parameter.
0 commit comments