Module: Google::Cloud::Dialogflow::V2::Conversation::ContextReference::UpdateMode

Defined in:
proto_docs/google/cloud/dialogflow/v2/conversation.rb

Overview

Represents the mode in which context reference contents are updated.

Constant Summary collapse

UPDATE_MODE_UNSPECIFIED =

Unspecified update mode.

0
APPEND =

Context content updates are applied in append mode.

1
OVERWRITE =

Context content updates are applied in overwrite mode.

2