public sealed class FulfillIntentRequest : IMessage<FulfillIntentRequest>, IEquatable<FulfillIntentRequest>, IDeepCloneable<FulfillIntentRequest>, IBufferMessage, IMessage
Request of [FulfillIntent][]
Implements
IMessage<FulfillIntentRequest>, IEquatable<FulfillIntentRequest>, IDeepCloneable<FulfillIntentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
FulfillIntentRequest()
public FulfillIntentRequest()
FulfillIntentRequest(FulfillIntentRequest)
public FulfillIntentRequest(FulfillIntentRequest other)
Parameter | |
---|---|
Name | Description |
other | FulfillIntentRequest |
Properties
Match
public Match Match { get; set; }
The matched intent/event to fulfill.
Property Value | |
---|---|
Type | Description |
Match |
MatchIntentRequest
public MatchIntentRequest MatchIntentRequest { get; set; }
Must be same as the corresponding MatchIntent request, otherwise the behavior is undefined.
Property Value | |
---|---|
Type | Description |
MatchIntentRequest |
OutputAudioConfig
public OutputAudioConfig OutputAudioConfig { get; set; }
Instructs the speech synthesizer how to generate output audio.
Property Value | |
---|---|
Type | Description |
OutputAudioConfig |