Class GoogleCloudDialogflowCxV3beta1DetectIntentRequest
Inheritance
GoogleCloudDialogflowCxV3beta1DetectIntentRequest
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1DetectIntentRequest : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
OutputAudioConfig
Declaration
[JsonProperty("outputAudioConfig")]
public virtual GoogleCloudDialogflowCxV3beta1OutputAudioConfig OutputAudioConfig { get; set; }
Property Value
Declaration
[JsonProperty("queryInput")]
public virtual GoogleCloudDialogflowCxV3beta1QueryInput QueryInput { get; set; }
Property Value
QueryParams
Declaration
[JsonProperty("queryParams")]
public virtual GoogleCloudDialogflowCxV3beta1QueryParameters QueryParams { get; set; }
Property Value
ResponseView
Declaration
[JsonProperty("responseView")]
public virtual string ResponseView { get; set; }
Property Value
Session
Declaration
[JsonProperty("session")]
public virtual string Session { get; set; }
Property Value
Implements