Class GoogleCloudDialogflowCxV3FulfillIntentRequest
Request of FulfillIntent
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3FulfillIntentRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Match
The matched intent/event to fulfill.
Declaration
[JsonProperty("match")]
public virtual GoogleCloudDialogflowCxV3Match Match { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowCxV3Match |
MatchIntentRequest
Must be same as the corresponding MatchIntent request, otherwise the behavior is undefined.
Declaration
[JsonProperty("matchIntentRequest")]
public virtual GoogleCloudDialogflowCxV3MatchIntentRequest MatchIntentRequest { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowCxV3MatchIntentRequest |
OutputAudioConfig
Instructs the speech synthesizer how to generate output audio.
Declaration
[JsonProperty("outputAudioConfig")]
public virtual GoogleCloudDialogflowCxV3OutputAudioConfig OutputAudioConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowCxV3OutputAudioConfig |