public sealed class ExecuteQuestionRequest : IMessage<ExecuteQuestionRequest>, IEquatable<ExecuteQuestionRequest>, IDeepCloneable<ExecuteQuestionRequest>, 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-04-17 UTC."],[[["This page documents the `ExecuteQuestionRequest` class, which is used to request the execution of an interpretation in the Google Cloud DataQnA V1Alpha library."],["The `ExecuteQuestionRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties `InterpretationIndex`, representing the index of the interpretation to be executed, and `Name`, which is the unique identifier for the question."],["There are two constructors available, a default one, and one that takes another `ExecuteQuestionRequest` object for copying."],["The latest version of the ExecuteQuestionRequest is `2.0.0-alpha02`, which can be found within the list of available versions."]]],[]]