public sealed class InterpretErrorDetails : IMessage<InterpretError.Types.InterpretErrorDetails>, IEquatable<InterpretError.Types.InterpretErrorDetails>, IDeepCloneable<InterpretError.Types.InterpretErrorDetails>, IBufferMessage, IMessage
Details on interpretation failure.
Implements
IMessage<InterpretError.Types.InterpretErrorDetails>, IEquatable<InterpretError.Types.InterpretErrorDetails>, IDeepCloneable<InterpretError.Types.InterpretErrorDetails>, IBufferMessage, IMessageNamespace
Google.Cloud.DataQnA.V1AlphaAssembly
Google.Cloud.DataQnA.V1Alpha.dll
Constructors
InterpretErrorDetails()
public InterpretErrorDetails()
InterpretErrorDetails(InterpretError.Types.InterpretErrorDetails)
public InterpretErrorDetails(InterpretError.Types.InterpretErrorDetails other)
Parameter | |
---|---|
Name | Description |
other | InterpretError.Types.InterpretErrorDetails |
Properties
AmbiguityDetails
public InterpretError.Types.InterpretAmbiguityDetails AmbiguityDetails { get; set; }
Populated if the query was too ambiguous.
Property Value | |
---|---|
Type | Description |
InterpretError.Types.InterpretAmbiguityDetails |
IncompleteQueryDetails
public InterpretError.Types.InterpretIncompleteQueryDetails IncompleteQueryDetails { get; set; }
Populated if the query is incomplete.
Property Value | |
---|---|
Type | Description |
InterpretError.Types.InterpretIncompleteQueryDetails |
UnsupportedDetails
public InterpretError.Types.InterpretUnsupportedDetails UnsupportedDetails { get; set; }
Populated if parts of the query are unsupported.
Property Value | |
---|---|
Type | Description |
InterpretError.Types.InterpretUnsupportedDetails |