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."],[[["The latest version available for the `Session.Types.Turn` class is 1.6.0, with multiple previous versions also accessible, including 1.5.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0, and 1.0.0-beta06."],["The `Session.Types.Turn` class, part of the Discovery Engine v1 API, represents a single turn in a conversation, encompassing both the user's query and the service's response."],["This class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality comparisons, deep cloning, and buffer message capabilities."],["The `Session.Types.Turn` class contains properties like `Answer`, which stores the resource name of the service's response, and `Query`, which stores the user's input."],["The class is within the `Google.Cloud.DiscoveryEngine.V1` namespace and is a part of the `Google.Cloud.DiscoveryEngine.V1.dll` assembly."]]],[]]