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-04-02 UTC."],[[["This document provides reference details for the `Session.Types.Turn` class within the Google Cloud Discovery Engine v1beta API, specifically version 1.0.0-beta17."],["The `Session.Types.Turn` class represents a single interaction turn, consisting of a user's query and the service's corresponding answer."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class includes properties for `Answer`, which is a string representing the answer's resource name, `AnswerAsAnswerName` which is an `AnswerName`-typed view, and `Query`, which is the user's query, of the type `Query`."],["There are two constructors available: a default `Turn()` and `Turn(Session.Types.Turn other)`, which takes another `Session.Types.Turn` instance as a parameter."]]],[]]