outputContexts property
The collection of contexts that are activated when the intent is matched.
Context messages in this collection should not set the parameters field.
Setting the lifespan_count
to 0 will reset the context when the intent
is matched. Format: projects//agent/sessions/-/contexts/
.
Optional.
Implementation
core.List<GoogleCloudDialogflowV2Context>? outputContexts;