Data QnA v1alpha API - Enum InterpretError.Types.InterpretErrorCode (2.0.0-alpha02)

public enum InterpretError.Types.InterpretErrorCode

Reference documentation and code samples for the Data QnA v1alpha API enum InterpretError.Types.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.