Class GoogleCloudDialogflowCxV3beta1ResponseMessage
Inheritance
GoogleCloudDialogflowCxV3beta1ResponseMessage
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ResponseMessage : IDirectResponseSchema
Properties
Channel
Declaration
[JsonProperty("channel")]
public virtual string Channel { get; set; }
Property Value
ConversationSuccess
Declaration
[JsonProperty("conversationSuccess")]
public virtual GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess ConversationSuccess { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EndInteraction
Declaration
[JsonProperty("endInteraction")]
public virtual GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction EndInteraction { get; set; }
Property Value
KnowledgeInfoCard
Declaration
[JsonProperty("knowledgeInfoCard")]
public virtual GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard KnowledgeInfoCard { get; set; }
Property Value
LiveAgentHandoff
Declaration
[JsonProperty("liveAgentHandoff")]
public virtual GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff LiveAgentHandoff { get; set; }
Property Value
MixedAudio
Declaration
[JsonProperty("mixedAudio")]
public virtual GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio MixedAudio { get; set; }
Property Value
OutputAudioText
Declaration
[JsonProperty("outputAudioText")]
public virtual GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText OutputAudioText { get; set; }
Property Value
Payload
Declaration
[JsonProperty("payload")]
public virtual IDictionary<string, object> Payload { get; set; }
Property Value
PlayAudio
Declaration
[JsonProperty("playAudio")]
public virtual GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio PlayAudio { get; set; }
Property Value
TelephonyTransferCall
Declaration
[JsonProperty("telephonyTransferCall")]
public virtual GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall TelephonyTransferCall { get; set; }
Property Value
Text
Declaration
[JsonProperty("text")]
public virtual GoogleCloudDialogflowCxV3beta1ResponseMessageText Text { get; set; }
Property Value
Declaration
[JsonProperty("toolCall")]
public virtual GoogleCloudDialogflowCxV3beta1ToolCall ToolCall { get; set; }
Property Value
Implements