Class MergeBehavior (1.34.0)

MergeBehavior(value)

Defines merge behavior for messages.

Enums

Name Description
MERGE_BEHAVIOR_UNSPECIFIED Not specified. `APPEND` will be used.
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.