public sealed class GetAnswerRecordRequest : IMessage<GetAnswerRecordRequest>, IEquatable<GetAnswerRecordRequest>, IDeepCloneable<GetAnswerRecordRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GetAnswerRecordRequest.
Request message for
[AnswerRecords.GetAnswerRecord][google.cloud.dialogflow.v2beta1.AnswerRecords.GetAnswerRecord].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of the `GetAnswerRecordRequest` class is 1.0.0-beta23, as part of the Google Cloud Dialogflow v2beta1 API."],["`GetAnswerRecordRequest` is a request message used for retrieving answer records via the `AnswerRecords.GetAnswerRecord` method in the Dialogflow API."],["This class inherits from the `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetAnswerRecordRequest` class has two constructors: a default constructor and one that takes another `GetAnswerRecordRequest` instance as a parameter."],["`Name` is a required property of type `string`, which specifies the format for the answer record name to be retrieved."]]],[]]