public sealed class InterpretError.Types.InterpretUnsupportedDetails : IMessage<InterpretError.Types.InterpretUnsupportedDetails>, IEquatable<InterpretError.Types.InterpretUnsupportedDetails>, IDeepCloneable<InterpretError.Types.InterpretUnsupportedDetails>, IBufferMessage, IMessageReference documentation and code samples for the Data QnA v1alpha API class InterpretError.Types.InterpretUnsupportedDetails.
Details about unsupported parts in a query.
Implements
IMessageInterpretErrorTypesInterpretUnsupportedDetails, IEquatableInterpretErrorTypesInterpretUnsupportedDetails, IDeepCloneableInterpretErrorTypesInterpretUnsupportedDetails, IBufferMessage, IMessageNamespace
Google.Cloud.DataQnA.V1AlphaAssembly
Google.Cloud.DataQnA.V1Alpha.dll
Constructors
InterpretUnsupportedDetails()
public InterpretUnsupportedDetails()InterpretUnsupportedDetails(InterpretUnsupportedDetails)
public InterpretUnsupportedDetails(InterpretError.Types.InterpretUnsupportedDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
InterpretErrorTypesInterpretUnsupportedDetails |
Properties
Intent
public RepeatedField<string> Intent { get; }Unsupported intents.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Operators
public RepeatedField<string> Operators { get; }Unsupported operators. For example: median.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|