Google Cloud Dialogflow V2 Client - Class DocumentCorrectness (1.6.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class DocumentCorrectness.

Correctness of document.

Protobuf type google.cloud.dialogflow.v2.AgentAssistantFeedback.DocumentCorrectness

Namespace

Google \ Cloud \ Dialogflow \ V2 \ AgentAssistantFeedback

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

DOCUMENT_CORRECTNESS_UNSPECIFIED

Value: 0

Document correctness unspecified.

Generated from protobuf enum DOCUMENT_CORRECTNESS_UNSPECIFIED = 0;

INCORRECT

Value: 1

Information in document is incorrect.

Generated from protobuf enum INCORRECT = 1;

CORRECT

Value: 2

Information in document is correct.

Generated from protobuf enum CORRECT = 2;