public sealed class GetQuestionRequest : IMessage<GetQuestionRequest>, IEquatable<GetQuestionRequest>, IDeepCloneable<GetQuestionRequest>, IBufferMessage, IMessage
[[["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."],[[["The `GetQuestionRequest` class is used to retrieve a previously created question within the Google Cloud DataQnA V1Alpha API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing a comprehensive set of functionalities."],["It has two constructors: a default constructor and a constructor that accepts another `GetQuestionRequest` object for copying."],["The class contains three properties: `Name` (the unique identifier of the question), `QuestionName` (a typed view over the `Name`), and `ReadMask` (specifies which fields to retrieve)."],["The namespace for this class is `Google.Cloud.DataQnA.V1Alpha`, and it is part of the `Google.Cloud.DataQnA.V1Alpha.dll` assembly."]]],[]]