contextReferences property
Map<String, GoogleCloudDialogflowV2ConversationContextReference> ?
contextReferences
getter/setter pair
A section of ingested context information.
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.
Optional.
Implementation
core.Map<core.String, GoogleCloudDialogflowV2ConversationContextReference>?
contextReferences;