Data QnA v1alpha API - Class InterpretError.Types.InterpretErrorDetails (2.0.0-alpha02)

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.

Inheritance

object > InterpretError.Types.InterpretErrorDetails

Namespace

Google.Cloud.DataQnA.V1Alpha

Assembly

Google.Cloud.DataQnA.V1Alpha.dll

Constructors

InterpretErrorDetails()

public InterpretErrorDetails()

InterpretErrorDetails(InterpretErrorDetails)

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

Properties

AmbiguityDetails

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

Populated if the query was too ambiguous.

Property Value
TypeDescription
InterpretErrorTypesInterpretAmbiguityDetails

IncompleteQueryDetails

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

Populated if the query is incomplete.

Property Value
TypeDescription
InterpretErrorTypesInterpretIncompleteQueryDetails

UnsupportedDetails

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

Populated if parts of the query are unsupported.

Property Value
TypeDescription
InterpretErrorTypesInterpretUnsupportedDetails