contextReferences property

Map<String, GoogleCloudDialogflowV2ConversationContextReference>? contextReferences
getter/setter pair

The context references to ingest.

The key is the name of the context reference and the value contains the contents of the context reference. The key is used to incorporate ingested context references to enhance the generator.

Required.

Implementation

core.Map<core.String, GoogleCloudDialogflowV2ConversationContextReference>?
    contextReferences;