Class GoogleCloudDialogflowV2DetectIntentRequest
Inheritance
GoogleCloudDialogflowV2DetectIntentRequest
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2DetectIntentRequest : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("inputAudio")]
public virtual string InputAudio { get; set; }
Property Value
OutputAudioConfig
Declaration
[JsonProperty("outputAudioConfig")]
public virtual GoogleCloudDialogflowV2OutputAudioConfig OutputAudioConfig { get; set; }
Property Value
OutputAudioConfigMask
Declaration
[JsonProperty("outputAudioConfigMask")]
public virtual object OutputAudioConfigMask { get; set; }
Property Value
Declaration
[JsonProperty("queryInput")]
public virtual GoogleCloudDialogflowV2QueryInput QueryInput { get; set; }
Property Value
QueryParams
Declaration
[JsonProperty("queryParams")]
public virtual GoogleCloudDialogflowV2QueryParameters QueryParams { get; set; }
Property Value
Implements