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.4.0."],["`Session.Types.Turn` represents a single turn in a conversation, encompassing a user's query and the service's corresponding answer."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management."],["The `Session.Types.Turn` class includes properties such as `Answer`, `AnswerAsAnswerName`, and `Query`, which represent the answer to the user query, a typed representation of the answer resource name, and the user's query, respectively."],["The document lists previous versions of the `Session.Types.Turn` class which include 1.5.0, 1.3.0, 1.2.0, 1.1.0, and 1.0.0-beta06, with the latest version being 1.6.0."]]],[]]