Dialogflow v3 API - Class WebhookResponse.Types.FulfillmentResponse (2.17.0)

public sealed class WebhookResponse.Types.FulfillmentResponse : IMessage<WebhookResponse.Types.FulfillmentResponse>, IEquatable<WebhookResponse.Types.FulfillmentResponse>, IDeepCloneable<WebhookResponse.Types.FulfillmentResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class WebhookResponse.Types.FulfillmentResponse.

Represents a fulfillment response to the user.

Inheritance

object > WebhookResponse.Types.FulfillmentResponse

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

FulfillmentResponse()

public FulfillmentResponse()

FulfillmentResponse(FulfillmentResponse)

public FulfillmentResponse(WebhookResponse.Types.FulfillmentResponse other)
Parameter
NameDescription
otherWebhookResponseTypesFulfillmentResponse

Properties

MergeBehavior

public WebhookResponse.Types.FulfillmentResponse.Types.MergeBehavior MergeBehavior { get; set; }

Merge behavior for messages.

Property Value
TypeDescription
WebhookResponseTypesFulfillmentResponseTypesMergeBehavior

Messages

public RepeatedField<ResponseMessage> Messages { get; }

The list of rich message responses to present to the user.

Property Value
TypeDescription
RepeatedFieldResponseMessage