outputContexts property

List<GoogleCloudDialogflowV2Context>? outputContexts
getter/setter pair

The collection of output contexts.

If applicable, output_contexts.parameters contains entries with name .original containing the original parameter values before the query.

Implementation

core.List<GoogleCloudDialogflowV2Context>? outputContexts;