Show / Hide Table of Contents

Class ConversationTurn

All information about a single turn in the conversation.

Inheritance
object
ConversationTurn
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX