Class ConversationTurn (1.1.0)

public sealed class ConversationTurn : IMessage<ConversationTurn>, IEquatable<ConversationTurn>, IDeepCloneable<ConversationTurn>, IBufferMessage, IMessage

One interaction between a human and virtual agent. The human provides some input and the virtual agent provides a response.

Inheritance

Object > ConversationTurn

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ConversationTurn()

public ConversationTurn()

ConversationTurn(ConversationTurn)

public ConversationTurn(ConversationTurn other)
Parameter
NameDescription
otherConversationTurn

Properties

UserInput

public ConversationTurn.Types.UserInput UserInput { get; set; }

The user input.

Property Value
TypeDescription
ConversationTurn.Types.UserInput

VirtualAgentOutput

public ConversationTurn.Types.VirtualAgentOutput VirtualAgentOutput { get; set; }

The virtual agent output.

Property Value
TypeDescription
ConversationTurn.Types.VirtualAgentOutput