Google Cloud Dialogflow V2 Client - Class DocumentCorrectness (1.5.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
Name
Description
value
mixed

static::value

Parameter
Name
Description
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;