Class GoogleCloudDialogflowCxV3FulfillIntentRequest
Inheritance
GoogleCloudDialogflowCxV3FulfillIntentRequest
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3FulfillIntentRequest : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Match
Declaration
[JsonProperty("match")]
public virtual GoogleCloudDialogflowCxV3Match Match { get; set; }
Property Value
MatchIntentRequest
Declaration
[JsonProperty("matchIntentRequest")]
public virtual GoogleCloudDialogflowCxV3MatchIntentRequest MatchIntentRequest { get; set; }
Property Value
OutputAudioConfig
Declaration
[JsonProperty("outputAudioConfig")]
public virtual GoogleCloudDialogflowCxV3OutputAudioConfig OutputAudioConfig { get; set; }
Property Value
Implements