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_v1beta.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_v1beta.types.Span
Optional. The root span of the action processing. |