Class MergeBehavior (1.33.0)

MergeBehavior(value)

Defines merge behavior for messages.

Values: MERGE_BEHAVIOR_UNSPECIFIED (0): Not specified. APPEND will be used. APPEND (1): messages will be appended to the list of messages waiting to be sent to the user. REPLACE (2): messages will replace the list of messages waiting to be sent to the user.