public sealed class InterpretAmbiguityDetails : IMessage<InterpretError.Types.InterpretAmbiguityDetails>, IEquatable<InterpretError.Types.InterpretAmbiguityDetails>, IDeepCloneable<InterpretError.Types.InterpretAmbiguityDetails>, IBufferMessage, IMessage
Details about a query that was too ambiguous. Currently, the message
has no fields and its presence signals that there was ambiguity.
[[["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 `InterpretAmbiguityDetails` is 2.0.0-alpha02, with previous versions including 2.0.0-alpha01 and 1.0.0-alpha03."],["`InterpretAmbiguityDetails` is a class that provides details about an ambiguous query and is currently field-less, with its presence signifying ambiguity."],["This class inherits from `Object` and implements multiple interfaces: `IMessage\u003cInterpretError.Types.InterpretAmbiguityDetails\u003e`, `IEquatable\u003cInterpretError.Types.InterpretAmbiguityDetails\u003e`, `IDeepCloneable\u003cInterpretError.Types.InterpretAmbiguityDetails\u003e`, `IBufferMessage`, and `IMessage`."],["The class is available in the namespace `Google.Cloud.DataQnA.V1Alpha` and is part of the `Google.Cloud.DataQnA.V1Alpha.dll` assembly."],["It offers two constructors, one parameterless and the other accepting an instance of `InterpretError.Types.InterpretAmbiguityDetails` as a parameter."]]],[]]