Enum WebhookResponse.Types.FulfillmentResponse.Types.MergeBehavior (1.11.0)

public enum 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.