public sealed class InterpretIncompleteQueryDetails : IMessage<InterpretError.Types.InterpretIncompleteQueryDetails>, IEquatable<InterpretError.Types.InterpretIncompleteQueryDetails>, IDeepCloneable<InterpretError.Types.InterpretIncompleteQueryDetails>, 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 latest version of `InterpretIncompleteQueryDetails` is 2.0.0-alpha02, with older versions 2.0.0-alpha01 and 1.0.0-alpha03 also available for reference."],["`InterpretIncompleteQueryDetails` is a class that represents details about an incomplete query and inherits from `Object` while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes a constructor that allows for the creation of an instance either through default initialization or by copying from another `InterpretIncompleteQueryDetails` object."],["The `Entities` property of this class, is of type `RepeatedField\u003cInterpretEntity\u003e`, and is used to list any missing interpret entities related to the incomplete query."],["Inherited members include methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, coming from the base `Object` class."]]],[]]