Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3ResponseMessage

Inheritance
object
GoogleCloudDialogflowCxV3ResponseMessage
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3ResponseMessage : IDirectResponseSchema

Properties

Channel

Declaration
[JsonProperty("channel")]
public virtual string Channel { get; set; }
Property Value
Type Description
string

ConversationSuccess

Declaration
[JsonProperty("conversationSuccess")]
public virtual GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess ConversationSuccess { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EndInteraction

Declaration
[JsonProperty("endInteraction")]
public virtual GoogleCloudDialogflowCxV3ResponseMessageEndInteraction EndInteraction { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3ResponseMessageEndInteraction

KnowledgeInfoCard

Declaration
[JsonProperty("knowledgeInfoCard")]
public virtual GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard KnowledgeInfoCard { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard

LiveAgentHandoff

Declaration
[JsonProperty("liveAgentHandoff")]
public virtual GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff LiveAgentHandoff { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff

MixedAudio

Declaration
[JsonProperty("mixedAudio")]
public virtual GoogleCloudDialogflowCxV3ResponseMessageMixedAudio MixedAudio { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3ResponseMessageMixedAudio

OutputAudioText

Declaration
[JsonProperty("outputAudioText")]
public virtual GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText OutputAudioText { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText

Payload

Declaration
[JsonProperty("payload")]
public virtual IDictionary<string, object> Payload { get; set; }
Property Value
Type Description
IDictionary<string, object>

PlayAudio

Declaration
[JsonProperty("playAudio")]
public virtual GoogleCloudDialogflowCxV3ResponseMessagePlayAudio PlayAudio { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3ResponseMessagePlayAudio

ResponseType

Declaration
[JsonProperty("responseType")]
public virtual string ResponseType { get; set; }
Property Value
Type Description
string

TelephonyTransferCall

Declaration
[JsonProperty("telephonyTransferCall")]
public virtual GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall TelephonyTransferCall { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall

Text

Declaration
[JsonProperty("text")]
public virtual GoogleCloudDialogflowCxV3ResponseMessageText Text { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3ResponseMessageText

ToolCall

Declaration
[JsonProperty("toolCall")]
public virtual GoogleCloudDialogflowCxV3ToolCall ToolCall { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3ToolCall

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX