Module: Google::Cloud::Dialogflow::CX::V3::WebhookResponse::FulfillmentResponse::MergeBehavior
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb
Overview
Defines merge behavior for messages
.
Constant Summary collapse
- MERGE_BEHAVIOR_UNSPECIFIED =
Not specified.
APPEND
will be used. 0
- APPEND =
messages
will be appended to the list of messages waiting to be sent to the user. 1
- REPLACE =
messages
will replace the list of messages waiting to be sent to the user. 2