Class SystemMessage (0.2.0)

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

A message from the system in response to the user. This message can also be a message from the user as historical context for multiturn conversations with the system.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
text google.cloud.geminidataanalytics_v1alpha.types.TextMessage
A direct natural language response to the user message. This field is a member of oneof_ kind.
schema google.cloud.geminidataanalytics_v1alpha.types.SchemaMessage
A message produced during schema resolution. This field is a member of oneof_ kind.
data google.cloud.geminidataanalytics_v1alpha.types.DataMessage
A message produced during data retrieval. This field is a member of oneof_ kind.
analysis google.cloud.geminidataanalytics_v1alpha.types.AnalysisMessage
A message produced during analysis. This field is a member of oneof_ kind.
chart google.cloud.geminidataanalytics_v1alpha.types.ChartMessage
A message produced during chart generation. This field is a member of oneof_ kind.
error google.cloud.geminidataanalytics_v1alpha.types.ErrorMessage
An error message. This field is a member of oneof_ kind.
group_id int
Identifies the group that the event belongs to. Similar events are deemed to be logically relevant to each other and should be shown together in the UI. This field is a member of oneof_ _group_id.