MergeBehavior

Defines merge behavior for messages.

Enums
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.