Enum InterpretError.Types.InterpretErrorCode (1.0.0-alpha03)

public enum InterpretErrorCode

The interpret error code provides an error category why the interpretation failed.

Namespace

Google.Cloud.DataQnA.V1Alpha

Assembly

Google.Cloud.DataQnA.V1Alpha.dll

Fields

NameDescription
FailedToAnswer

The interpreter could understand the question, but was not able to arrive at an answer. For example, because a requested operation is not supported.

FailedToUnderstand

The interpreter failed to understand the question. For example, because it was too ambiguous.

InvalidQuery

The query is not valid.

Unspecified

No interpret error code was specified.