public sealed class Session.Types.Turn : IMessage<Session.Types.Turn>, IEquatable<Session.Types.Turn>, IDeepCloneable<Session.Types.Turn>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class Session.Types.Turn.
Represents a turn, including a query from the user and a
answer from service.
[[["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."],[[["The `Session.Types.Turn` class represents a single turn in a conversation, which includes a user query and a corresponding service answer within the Discovery Engine v1beta API."],["This class is part of the `Google.Cloud.DiscoveryEngine.V1Beta` namespace and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Turn` class has properties `Answer`, which is the resource name of the service's answer, `AnswerAsAnswerName`, providing a typed view over the answer resource name, and `Query`, representing the user's input."],["The class can be constructed with no arguments or another instance of itself."],["The latest version of the `Session.Types.Turn` class can be found at version 1.0.0-beta18, while version 1.0.0-beta17 is also available."]]],[]]