Dialogflow v3 API - Class ConversationTurn (2.19.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

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ConversationTurn()

public ConversationTurn()

ConversationTurn(ConversationTurn)

public ConversationTurn(ConversationTurn other)
Parameter
Name Description
other ConversationTurn

Properties

UserInput

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

The user input.

Property Value
Type Description
ConversationTurn Types UserInput

VirtualAgentOutput

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

The virtual agent output.

Property Value
Type Description
ConversationTurn Types VirtualAgentOutput

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.