Class IngestContextReferencesRequest (2.40.0)

IngestContextReferencesRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The request message for [ConversationsService.IngestContextReferences][].

Attributes

Name Description
conversation str
Required. Resource identifier of the conversation to ingest context information for. Format: projects/.
context_references MutableMapping[str, google.cloud.dialogflow_v2.types.Conversation.ContextReference]
Required. 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.

Classes

ContextReferencesEntry

ContextReferencesEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.