Class GoogleCloudDialogflowCxV3beta1FulfillIntentRequest
Inheritance
GoogleCloudDialogflowCxV3beta1FulfillIntentRequest
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1FulfillIntentRequest : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Match
Declaration
[JsonProperty("match")]
public virtual GoogleCloudDialogflowCxV3beta1Match Match { get; set; }
Property Value
MatchIntentRequest
Declaration
[JsonProperty("matchIntentRequest")]
public virtual GoogleCloudDialogflowCxV3beta1MatchIntentRequest MatchIntentRequest { get; set; }
Property Value
OutputAudioConfig
Declaration
[JsonProperty("outputAudioConfig")]
public virtual GoogleCloudDialogflowCxV3beta1OutputAudioConfig OutputAudioConfig { get; set; }
Property Value
Implements