public sealed class InterpretError : IMessage<InterpretError>, IEquatable<InterpretError>, IDeepCloneable<InterpretError>, IBufferMessage, IMessageDetails on the failure to interpret the question.
Implements
IMessage<InterpretError>, IEquatable<InterpretError>, IDeepCloneable<InterpretError>, IBufferMessage, IMessageNamespace
Google.Cloud.DataQnA.V1AlphaAssembly
Google.Cloud.DataQnA.V1Alpha.dll
Constructors
InterpretError()
public InterpretError()InterpretError(InterpretError)
public InterpretError(InterpretError other)| Parameter | |
|---|---|
| Name | Description |
other |
InterpretError |
Properties
Code
public InterpretError.Types.InterpretErrorCode Code { get; set; }The code for the error category why the interpretation failed.
| Property Value | |
|---|---|
| Type | Description |
InterpretError.Types.InterpretErrorCode |
|
Details
public InterpretError.Types.InterpretErrorDetails Details { get; set; }Details on interpretation failure.
| Property Value | |
|---|---|
| Type | Description |
InterpretError.Types.InterpretErrorDetails |
|
Message
public string Message { get; set; }Error message explaining why this question could not be interpreted.
| Property Value | |
|---|---|
| Type | Description |
String |
|