Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class MergeBehavior.
Defines merge behavior for messages
.
Protobuf type google.cloud.dialogflow.cx.v3.WebhookResponse.FulfillmentResponse.MergeBehavior
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ WebhookResponse \ FulfillmentResponseMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
MERGE_BEHAVIOR_UNSPECIFIED
Value: 0
Not specified. APPEND
will be used.
Generated from protobuf enum MERGE_BEHAVIOR_UNSPECIFIED = 0;
APPEND
Value: 1
messages
will be appended to the list of messages waiting to be sent
to the user.
Generated from protobuf enum APPEND = 1;
REPLACE
Value: 2
messages
will replace the list of messages waiting to be sent to the
user.
Generated from protobuf enum REPLACE = 2;