updateMode property
The mode in which context reference contents are updated.
Required. Possible string values are:
- "UPDATE_MODE_UNSPECIFIED" : Unspecified update mode.
- "APPEND" : Context content updates are applied in append mode.
- "OVERWRITE" : Context content updates are applied in overwrite mode.
Implementation
core.String? updateMode;