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

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

Reference documentation and code samples for the Data QnA v1alpha API class InterpretError.Types.InterpretUnsupportedDetails.

Details about unsupported parts in a query.

Inheritance

object > InterpretError.Types.InterpretUnsupportedDetails

Namespace

Google.Cloud.DataQnA.V1Alpha

Assembly

Google.Cloud.DataQnA.V1Alpha.dll

Constructors

InterpretUnsupportedDetails()

public InterpretUnsupportedDetails()

InterpretUnsupportedDetails(InterpretUnsupportedDetails)

public InterpretUnsupportedDetails(InterpretError.Types.InterpretUnsupportedDetails other)
Parameter
NameDescription
otherInterpretErrorTypesInterpretUnsupportedDetails

Properties

Intent

public RepeatedField<string> Intent { get; }

Unsupported intents.

Property Value
TypeDescription
RepeatedFieldstring

Operators

public RepeatedField<string> Operators { get; }

Unsupported operators. For example: median.

Property Value
TypeDescription
RepeatedFieldstring