public sealed class InterpretError.Types.InterpretErrorDetails : IMessage<InterpretError.Types.InterpretErrorDetails>, IEquatable<InterpretError.Types.InterpretErrorDetails>, IDeepCloneable<InterpretError.Types.InterpretErrorDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Data QnA v1alpha API class InterpretError.Types.InterpretErrorDetails.
Details on interpretation failure.
Implements
IMessageInterpretErrorTypesInterpretErrorDetails, IEquatableInterpretErrorTypesInterpretErrorDetails, IDeepCloneableInterpretErrorTypesInterpretErrorDetails, IBufferMessage, IMessageNamespace
Google.Cloud.DataQnA.V1AlphaAssembly
Google.Cloud.DataQnA.V1Alpha.dll
Constructors
InterpretErrorDetails()
public InterpretErrorDetails()
InterpretErrorDetails(InterpretErrorDetails)
public InterpretErrorDetails(InterpretError.Types.InterpretErrorDetails other)
Parameter | |
---|---|
Name | Description |
other | InterpretErrorTypesInterpretErrorDetails |
Properties
AmbiguityDetails
public InterpretError.Types.InterpretAmbiguityDetails AmbiguityDetails { get; set; }
Populated if the query was too ambiguous.
Property Value | |
---|---|
Type | Description |
InterpretErrorTypesInterpretAmbiguityDetails |
IncompleteQueryDetails
public InterpretError.Types.InterpretIncompleteQueryDetails IncompleteQueryDetails { get; set; }
Populated if the query is incomplete.
Property Value | |
---|---|
Type | Description |
InterpretErrorTypesInterpretIncompleteQueryDetails |
UnsupportedDetails
public InterpretError.Types.InterpretUnsupportedDetails UnsupportedDetails { get; set; }
Populated if parts of the query are unsupported.
Property Value | |
---|---|
Type | Description |
InterpretErrorTypesInterpretUnsupportedDetails |