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"]],[["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-03-21 UTC."],[[["This documentation is for the `GetAnswerRecordRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically version 1.0.0-beta18."],["`GetAnswerRecordRequest` is a request message used to retrieve a specific answer record, using the `AnswerRecords.GetAnswerRecord` function."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors: a default constructor and a copy constructor that takes another `GetAnswerRecordRequest` instance as a parameter."],["The class has a `Name` property that represents the unique identifier of the answer record, which follows the format `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/answerRecords/\u003cAnswer Record Id\u003e`."]]],[]]