Class GoogleCloudDialogflowV2beta1ResponseMessage
Response messages from an automated agent.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowV2beta1ResponseMessage : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndInteraction
A signal that indicates the interaction with the Dialogflow agent has ended.
Declaration
[JsonProperty("endInteraction")]
public virtual GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction EndInteraction { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction |
LiveAgentHandoff
Hands off conversation to a live agent.
Declaration
[JsonProperty("liveAgentHandoff")]
public virtual GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff LiveAgentHandoff { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff |
MixedAudio
An audio response message composed of both the synthesized Dialogflow agent responses and the audios hosted in places known to the client.
Declaration
[JsonProperty("mixedAudio")]
public virtual GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio MixedAudio { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio |
Payload
Returns a response containing a custom, platform-specific payload.
Declaration
[JsonProperty("payload")]
public virtual IDictionary<string, object> Payload { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
TelephonyTransferCall
A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
Declaration
[JsonProperty("telephonyTransferCall")]
public virtual GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall TelephonyTransferCall { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall |
Text
Returns a text response.
Declaration
[JsonProperty("text")]
public virtual GoogleCloudDialogflowV2beta1ResponseMessageText Text { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2beta1ResponseMessageText |