Class InterpretError.Types.InterpretUnsupportedDetails (2.0.0-alpha01)

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

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(InterpretError.Types.InterpretUnsupportedDetails)

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

Properties

Intent

public RepeatedField<string> Intent { get; }

Unsupported intents.

Property Value
TypeDescription
RepeatedField<String>

Operators

public RepeatedField<string> Operators { get; }

Unsupported operators. For example: median.

Property Value
TypeDescription
RepeatedField<String>