Class GoogleCloudDialogflowCxV3ResponseMessage
Inheritance
GoogleCloudDialogflowCxV3ResponseMessage
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3ResponseMessage : IDirectResponseSchema
Properties
Channel
Declaration
[JsonProperty("channel")]
public virtual string Channel { get; set; }
Property Value
ConversationSuccess
Declaration
[JsonProperty("conversationSuccess")]
public virtual GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess ConversationSuccess { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EndInteraction
Declaration
[JsonProperty("endInteraction")]
public virtual GoogleCloudDialogflowCxV3ResponseMessageEndInteraction EndInteraction { get; set; }
Property Value
KnowledgeInfoCard
Declaration
[JsonProperty("knowledgeInfoCard")]
public virtual GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard KnowledgeInfoCard { get; set; }
Property Value
LiveAgentHandoff
Declaration
[JsonProperty("liveAgentHandoff")]
public virtual GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff LiveAgentHandoff { get; set; }
Property Value
MixedAudio
Declaration
[JsonProperty("mixedAudio")]
public virtual GoogleCloudDialogflowCxV3ResponseMessageMixedAudio MixedAudio { get; set; }
Property Value
OutputAudioText
Declaration
[JsonProperty("outputAudioText")]
public virtual GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText 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 GoogleCloudDialogflowCxV3ResponseMessagePlayAudio PlayAudio { get; set; }
Property Value
ResponseType
Declaration
[JsonProperty("responseType")]
public virtual string ResponseType { get; set; }
Property Value
TelephonyTransferCall
Declaration
[JsonProperty("telephonyTransferCall")]
public virtual GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall TelephonyTransferCall { get; set; }
Property Value
Text
Declaration
[JsonProperty("text")]
public virtual GoogleCloudDialogflowCxV3ResponseMessageText Text { get; set; }
Property Value
Declaration
[JsonProperty("toolCall")]
public virtual GoogleCloudDialogflowCxV3ToolCall ToolCall { get; set; }
Property Value
Implements