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 v1 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-08-04 UTC."],[[["This document provides reference documentation for the `Session.Types.Turn` class within the Google Cloud Discovery Engine v1 API, specifically version 1.3.0."],["`Session.Types.Turn` represents a single turn in a conversation, encapsulating both the user's query and the service's response, as well as implementing various interfaces for message handling, including IMessage and IEquatable."],["The class includes constructors for creating new `Turn` instances and properties like `Answer`, `AnswerAsAnswerName`, and `Query`, detailing the server's answer and the user's question."],["The latest available version of the API is 1.6.0, with the document covering the 1.3.0 version that is listed alongside previous versions going back as far as version 1.0.0-beta06."]]],[]]