Dialogflow v3 API - Enum WebhookResponse.Types.FulfillmentResponse.Types.MergeBehavior (2.17.0)

public enum WebhookResponse.Types.FulfillmentResponse.Types.MergeBehavior

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

Defines merge behavior for messages.

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Fields

NameDescription
Append

messages will be appended to the list of messages waiting to be sent to the user.

Replace

messages will replace the list of messages waiting to be sent to the user.

Unspecified

Not specified. APPEND will be used.