Class GoogleCloudDialogflowV2beta1ResponseMessage
Inheritance
GoogleCloudDialogflowV2beta1ResponseMessage
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1ResponseMessage : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EndInteraction
Declaration
[JsonProperty("endInteraction")]
public virtual GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction EndInteraction { get; set; }
Property Value
LiveAgentHandoff
Declaration
[JsonProperty("liveAgentHandoff")]
public virtual GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff LiveAgentHandoff { get; set; }
Property Value
MixedAudio
Declaration
[JsonProperty("mixedAudio")]
public virtual GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio MixedAudio { get; set; }
Property Value
Payload
Declaration
[JsonProperty("payload")]
public virtual IDictionary<string, object> Payload { get; set; }
Property Value
TelephonyTransferCall
Declaration
[JsonProperty("telephonyTransferCall")]
public virtual GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall TelephonyTransferCall { get; set; }
Property Value
Text
Declaration
[JsonProperty("text")]
public virtual GoogleCloudDialogflowV2beta1ResponseMessageText Text { get; set; }
Property Value
Implements