{% comment %} This page is auto-generated, do not edit manually. See go/cloud-rad/support if there are issues on this page. {% endcomment %} {% extends "/dotnet/docs/reference/Google.Cloud.Dialogflow.Cx.V3/2.10.0/_template.html" %} {% block pagevariables %} {% endblock %} {% block body %} {% verbatim %}

Dialogflow v3 API - Class ConversationTurn (2.10.0)

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

Reference documentation and code samples for the Dialogflow v3 API class ConversationTurn.

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

Inheritance

object > ConversationTurn

Implements

IMessageConversationTurn, IEquatableConversationTurn, IDeepCloneableConversationTurn, IBufferMessage, IMessage

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
ConversationTurnTypesUserInput

VirtualAgentOutput

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

The virtual agent output.

Property Value
TypeDescription
ConversationTurnTypesVirtualAgentOutput
{% endverbatim %} {% endblock %}