Class ConversationTurn
All information about a single turn in the conversation.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class ConversationTurn : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Messages
Optional. List of messages in the conversation turn, including user input, agent responses and intermediate events during the processing.
Declaration
[JsonProperty("messages")]
public virtual IList<Message> Messages { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Message> |
RootSpan
Optional. The root span of the action processing.
Declaration
[JsonProperty("rootSpan")]
public virtual Span RootSpan { get; set; }
Property Value
| Type | Description |
|---|---|
| Span |