Dialogflow v3 API - Class FulfillIntentRequest (2.17.0)

public sealed class FulfillIntentRequest : IMessage<FulfillIntentRequest>, IEquatable<FulfillIntentRequest>, IDeepCloneable<FulfillIntentRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class FulfillIntentRequest.

Request of [FulfillIntent][]

Inheritance

object > FulfillIntentRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

FulfillIntentRequest()

public FulfillIntentRequest()

FulfillIntentRequest(FulfillIntentRequest)

public FulfillIntentRequest(FulfillIntentRequest other)
Parameter
NameDescription
otherFulfillIntentRequest

Properties

Match

public Match Match { get; set; }

The matched intent/event to fulfill.

Property Value
TypeDescription
Match

MatchIntentRequest

public MatchIntentRequest MatchIntentRequest { get; set; }

Must be same as the corresponding MatchIntent request, otherwise the behavior is undefined.

Property Value
TypeDescription
MatchIntentRequest

OutputAudioConfig

public OutputAudioConfig OutputAudioConfig { get; set; }

Instructs the speech synthesizer how to generate output audio.

Property Value
TypeDescription
OutputAudioConfig