Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1ResponseMessage

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

Properties

ETag

The ETag of the item.

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

EndInteraction

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

LiveAgentHandoff

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

MixedAudio

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

Payload

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

TelephonyTransferCall

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

Text

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX