Show / Hide Table of Contents

Class GoogleCloudDialogflowV2AnalyzeContentRequest

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

Properties

AssistQueryParams

Declaration
[JsonProperty("assistQueryParams")]
public virtual GoogleCloudDialogflowV2AssistQueryParameters AssistQueryParams { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2AssistQueryParameters

AudioInput

Declaration
[JsonProperty("audioInput")]
public virtual GoogleCloudDialogflowV2AudioInput AudioInput { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2AudioInput

CxParameters

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

ETag

The ETag of the item.

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

EventInput

Declaration
[JsonProperty("eventInput")]
public virtual GoogleCloudDialogflowV2EventInput EventInput { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2EventInput

QueryParams

Declaration
[JsonProperty("queryParams")]
public virtual GoogleCloudDialogflowV2QueryParameters QueryParams { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2QueryParameters

ReplyAudioConfig

Declaration
[JsonProperty("replyAudioConfig")]
public virtual GoogleCloudDialogflowV2OutputAudioConfig ReplyAudioConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2OutputAudioConfig

RequestId

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

SuggestionInput

Declaration
[JsonProperty("suggestionInput")]
public virtual GoogleCloudDialogflowV2SuggestionInput SuggestionInput { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2SuggestionInput

TextInput

Declaration
[JsonProperty("textInput")]
public virtual GoogleCloudDialogflowV2TextInput TextInput { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2TextInput

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX