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 page provides documentation for the `Session.Types.Turn` class within the Discovery Engine v1 API, specifically version 1.2.0."],["The `Session.Types.Turn` class represents a single turn in a conversation, encompassing both a user's query and the service's response."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing it is part of a message-based communication system."],["The class includes properties like `Answer` and `Query`, which store the response from the service and the query from the user, respectively."],["The current latest version of this API documentation available is 1.6.0, with multiple other versions (from 1.0.0-beta06 to 1.5.0) also being accessible."]]],[]]