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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document outlines the `ConversationTurn` class, representing a single interaction between a user and a virtual agent in the Google Cloud Dialogflow CX V3 API, with the human providing input and the virtual agent a response."],["The document lists available versions of the `ConversationTurn` class, ranging from version 1.0.0 to the latest version 2.23.0."],["The `ConversationTurn` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use in various contexts."],["The class includes properties for both `UserInput` and `VirtualAgentOutput`, capturing the essence of a conversational turn within the Dialogflow CX framework."],["It provides two constructors: a default constructor and another that takes another `ConversationTurn` object as an argument, with other details like inherited members, namespace and the assembly."]]],[]]