Show / Hide Table of Contents

Class GoogleCloudDialogflowV2AnalyzeContentResponse

Inheritance
object
GoogleCloudDialogflowV2AnalyzeContentResponse
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.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2AnalyzeContentResponse : IDirectResponseSchema

Properties

AutomatedAgentReply

Declaration
[JsonProperty("automatedAgentReply")]
public virtual GoogleCloudDialogflowV2AutomatedAgentReply AutomatedAgentReply { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2AutomatedAgentReply

DtmfParameters

Declaration
[JsonProperty("dtmfParameters")]
public virtual GoogleCloudDialogflowV2DtmfParameters DtmfParameters { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2DtmfParameters

ETag

The ETag of the item.

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

EndUserSuggestionResults

Declaration
[JsonProperty("endUserSuggestionResults")]
public virtual IList<GoogleCloudDialogflowV2SuggestionResult> EndUserSuggestionResults { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowV2SuggestionResult>

HumanAgentSuggestionResults

Declaration
[JsonProperty("humanAgentSuggestionResults")]
public virtual IList<GoogleCloudDialogflowV2SuggestionResult> HumanAgentSuggestionResults { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowV2SuggestionResult>

Message

Declaration
[JsonProperty("message")]
public virtual GoogleCloudDialogflowV2Message Message { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2Message

ReplyAudio

Declaration
[JsonProperty("replyAudio")]
public virtual GoogleCloudDialogflowV2OutputAudio ReplyAudio { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2OutputAudio

ReplyText

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX