Enum WebhookResponse.FulfillmentResponse.MergeBehavior (0.52.0)

public enum WebhookResponse.FulfillmentResponse.MergeBehavior extends Enum<WebhookResponse.FulfillmentResponse.MergeBehavior> implements ProtocolMessageEnum

Defines merge behavior for messages.

Protobuf enum google.cloud.dialogflow.cx.v3.WebhookResponse.FulfillmentResponse.MergeBehavior

Implements

ProtocolMessageEnum

Static Fields

NameDescription
APPEND

messages will be appended to the list of messages waiting to be sent to the user.

APPEND = 1;

APPEND_VALUE

messages will be appended to the list of messages waiting to be sent to the user.

APPEND = 1;

MERGE_BEHAVIOR_UNSPECIFIED

Not specified. APPEND will be used.

MERGE_BEHAVIOR_UNSPECIFIED = 0;

MERGE_BEHAVIOR_UNSPECIFIED_VALUE

Not specified. APPEND will be used.

MERGE_BEHAVIOR_UNSPECIFIED = 0;

REPLACE

messages will replace the list of messages waiting to be sent to the user.

REPLACE = 2;

REPLACE_VALUE

messages will replace the list of messages waiting to be sent to the user.

REPLACE = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()