Class InterpretError.Types.InterpretErrorDetails (2.0.0-alpha01)

public sealed class InterpretErrorDetails : IMessage<InterpretError.Types.InterpretErrorDetails>, IEquatable<InterpretError.Types.InterpretErrorDetails>, IDeepCloneable<InterpretError.Types.InterpretErrorDetails>, IBufferMessage, IMessage

Details on interpretation failure.

Inheritance

Object > InterpretError.Types.InterpretErrorDetails

Namespace

Google.Cloud.DataQnA.V1Alpha

Assembly

Google.Cloud.DataQnA.V1Alpha.dll

Constructors

InterpretErrorDetails()

public InterpretErrorDetails()

InterpretErrorDetails(InterpretError.Types.InterpretErrorDetails)

public InterpretErrorDetails(InterpretError.Types.InterpretErrorDetails other)
Parameter
NameDescription
otherInterpretError.Types.InterpretErrorDetails

Properties

AmbiguityDetails

public InterpretError.Types.InterpretAmbiguityDetails AmbiguityDetails { get; set; }

Populated if the query was too ambiguous.

Property Value
TypeDescription
InterpretError.Types.InterpretAmbiguityDetails

IncompleteQueryDetails

public InterpretError.Types.InterpretIncompleteQueryDetails IncompleteQueryDetails { get; set; }

Populated if the query is incomplete.

Property Value
TypeDescription
InterpretError.Types.InterpretIncompleteQueryDetails

UnsupportedDetails

public InterpretError.Types.InterpretUnsupportedDetails UnsupportedDetails { get; set; }

Populated if parts of the query are unsupported.

Property Value
TypeDescription
InterpretError.Types.InterpretUnsupportedDetails