ContextReference(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a section of ingested context information.
Attributes |
|
---|---|
Name | Description |
context_contents |
MutableSequence[google.cloud.dialogflow_v2.types.Conversation.ContextReference.ContextContent]
Required. The list of content updates for a context reference. |
update_mode |
google.cloud.dialogflow_v2.types.Conversation.ContextReference.UpdateMode
Required. The mode in which context reference contents are updated. |
language_code |
str
Optional. The language of the information ingested, defaults to "en-US" if not set. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time the context reference was first created. |
Classes
ContextContent
ContextContent(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Contents ingested.
UpdateMode
UpdateMode(value)
Represents the mode in which context reference contents are updated.