Class GoogleCloudDialogflowCxV3DetectIntentRequest
Inheritance
GoogleCloudDialogflowCxV3DetectIntentRequest
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3DetectIntentRequest : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
OutputAudioConfig
Declaration
[JsonProperty("outputAudioConfig")]
public virtual GoogleCloudDialogflowCxV3OutputAudioConfig OutputAudioConfig { get; set; }
Property Value
Declaration
[JsonProperty("queryInput")]
public virtual GoogleCloudDialogflowCxV3QueryInput QueryInput { get; set; }
Property Value
QueryParams
Declaration
[JsonProperty("queryParams")]
public virtual GoogleCloudDialogflowCxV3QueryParameters QueryParams { get; set; }
Property Value
ResponseView
Declaration
[JsonProperty("responseView")]
public virtual string ResponseView { get; set; }
Property Value
Implements