Class Turn (0.3.0)

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

All information about a single turn in the conversation.

Attributes

Name Description
messages MutableSequence[google.cloud.ces_v1.types.Message]
Optional. List of messages in the conversation turn, including user input, agent responses and intermediate events during the processing.
root_span google.cloud.ces_v1.types.Span
Optional. The root span of the action processing.