public sealed class InterpretUnsupportedDetails : IMessage<InterpretError.Types.InterpretUnsupportedDetails>, IEquatable<InterpretError.Types.InterpretUnsupportedDetails>, IDeepCloneable<InterpretError.Types.InterpretUnsupportedDetails>, IBufferMessage, IMessageDetails about unsupported parts in a query.
Implements
IMessage<InterpretError.Types.InterpretUnsupportedDetails>, IEquatable<InterpretError.Types.InterpretUnsupportedDetails>, IDeepCloneable<InterpretError.Types.InterpretUnsupportedDetails>, IBufferMessage, IMessageNamespace
Google.Cloud.DataQnA.V1AlphaAssembly
Google.Cloud.DataQnA.V1Alpha.dll
Constructors
InterpretUnsupportedDetails()
public InterpretUnsupportedDetails()InterpretUnsupportedDetails(InterpretError.Types.InterpretUnsupportedDetails)
public InterpretUnsupportedDetails(InterpretError.Types.InterpretUnsupportedDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
InterpretError.Types.InterpretUnsupportedDetails |
Properties
Intent
public RepeatedField<string> Intent { get; }Unsupported intents.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|
Operators
public RepeatedField<string> Operators { get; }Unsupported operators. For example: median.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|