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
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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.