Google Cloud Dialogflow V2 Client - Class UpdateMode (2.1.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class UpdateMode.

Represents the mode in which context reference contents are updated.

Protobuf type google.cloud.dialogflow.v2.Conversation.ContextReference.UpdateMode

Namespace

Google \ Cloud \ Dialogflow \ V2 \ Conversation \ ContextReference

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UPDATE_MODE_UNSPECIFIED

Value: 0

Unspecified update mode.

Generated from protobuf enum UPDATE_MODE_UNSPECIFIED = 0;

APPEND

Value: 1

Context content updates are applied in append mode.

Generated from protobuf enum APPEND = 1;

OVERWRITE

Value: 2

Context content updates are applied in overwrite mode.

Generated from protobuf enum OVERWRITE = 2;