Class GoogleCloudDialogflowV2AnalyzeContentRequest
Inheritance
GoogleCloudDialogflowV2AnalyzeContentRequest
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2AnalyzeContentRequest : IDirectResponseSchema
Properties
AssistQueryParams
Declaration
[JsonProperty("assistQueryParams")]
public virtual GoogleCloudDialogflowV2AssistQueryParameters AssistQueryParams { get; set; }
Property Value
AudioInput
Declaration
[JsonProperty("audioInput")]
public virtual GoogleCloudDialogflowV2AudioInput AudioInput { get; set; }
Property Value
CxParameters
Declaration
[JsonProperty("cxParameters")]
public virtual IDictionary<string, object> CxParameters { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EventInput
Declaration
[JsonProperty("eventInput")]
public virtual GoogleCloudDialogflowV2EventInput EventInput { get; set; }
Property Value
QueryParams
Declaration
[JsonProperty("queryParams")]
public virtual GoogleCloudDialogflowV2QueryParameters QueryParams { get; set; }
Property Value
ReplyAudioConfig
Declaration
[JsonProperty("replyAudioConfig")]
public virtual GoogleCloudDialogflowV2OutputAudioConfig ReplyAudioConfig { get; set; }
Property Value
RequestId
Declaration
[JsonProperty("requestId")]
public virtual string RequestId { get; set; }
Property Value
SuggestionInput
Declaration
[JsonProperty("suggestionInput")]
public virtual GoogleCloudDialogflowV2SuggestionInput SuggestionInput { get; set; }
Property Value
TextInput
Declaration
[JsonProperty("textInput")]
public virtual GoogleCloudDialogflowV2TextInput TextInput { get; set; }
Property Value
Implements