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.
APPENDwill be used. 0- APPEND =
messageswill be appended to the list of messages waiting to be sent to the user. 1- REPLACE =
messageswill replace the list of messages waiting to be sent to the user. 2