public sealed class ExecuteQuestionRequest : IMessage<ExecuteQuestionRequest>, IEquatable<ExecuteQuestionRequest>, IDeepCloneable<ExecuteQuestionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data QnA v1alpha API class ExecuteQuestionRequest.
[[["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 `ExecuteQuestionRequest` class is part of the Data QnA v1alpha API, specifically within the `Google.Cloud.DataQnA.V1Alpha` namespace."],["This class is designed to facilitate requests for executing an interpretation, inheriting from `object` and implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors, a default one and one that takes another `ExecuteQuestionRequest` object as a parameter for initialization."],["`ExecuteQuestionRequest` includes properties such as `InterpretationIndex`, which specifies the index of the interpretation to execute, and `Name`, which is the unique identifier for a question."],["The latest version of this class is `2.0.0-alpha02`, with previous versions `2.0.0-alpha01` and `1.0.0-alpha03` also available."]]],[]]