Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1ResponseMessage

Inheritance
object
GoogleCloudDialogflowCxV3beta1ResponseMessage
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 GoogleCloudDialogflowCxV3beta1ResponseMessage : IDirectResponseSchema

Properties

Channel

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

ConversationSuccess

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

ETag

The ETag of the item.

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

EndInteraction

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

KnowledgeInfoCard

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

LiveAgentHandoff

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

MixedAudio

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

OutputAudioText

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

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 GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio PlayAudio { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio

TelephonyTransferCall

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

Text

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

ToolCall

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX