Class GoogleCloudDialogflowV2beta1AnalyzeContentRequest
Inheritance
GoogleCloudDialogflowV2beta1AnalyzeContentRequest
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1AnalyzeContentRequest : IDirectResponseSchema
Properties
AssistQueryParams
Declaration
[JsonProperty("assistQueryParams")]
public virtual GoogleCloudDialogflowV2beta1AssistQueryParameters AssistQueryParams { get; set; }
Property Value
AudioInput
Declaration
[JsonProperty("audioInput")]
public virtual GoogleCloudDialogflowV2beta1AudioInput AudioInput { get; set; }
Property Value
CxCurrentPage
Declaration
[JsonProperty("cxCurrentPage")]
public virtual string CxCurrentPage { 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 GoogleCloudDialogflowV2beta1EventInput EventInput { get; set; }
Property Value
IntentInput
Declaration
[JsonProperty("intentInput")]
public virtual GoogleCloudDialogflowV2beta1IntentInput IntentInput { get; set; }
Property Value
MessageSendTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use MessageSendTimeDateTimeOffset instead.")]
public virtual object MessageSendTime { get; set; }
Property Value
MessageSendTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? MessageSendTimeDateTimeOffset { get; set; }
Property Value
MessageSendTimeRaw
Declaration
[JsonProperty("messageSendTime")]
public virtual string MessageSendTimeRaw { get; set; }
Property Value
QueryParams
Declaration
[JsonProperty("queryParams")]
public virtual GoogleCloudDialogflowV2beta1QueryParameters QueryParams { get; set; }
Property Value
ReplyAudioConfig
Declaration
[JsonProperty("replyAudioConfig")]
public virtual GoogleCloudDialogflowV2beta1OutputAudioConfig ReplyAudioConfig { get; set; }
Property Value
RequestId
Declaration
[JsonProperty("requestId")]
public virtual string RequestId { get; set; }
Property Value
SuggestionInput
Declaration
[JsonProperty("suggestionInput")]
public virtual GoogleCloudDialogflowV2beta1SuggestionInput SuggestionInput { get; set; }
Property Value
TextInput
Declaration
[JsonProperty("textInput")]
public virtual GoogleCloudDialogflowV2beta1TextInput TextInput { get; set; }
Property Value
Implements