Google Cloud Dialogflow V2 Client - Class DocumentEfficiency (1.12.2)

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

Efficiency of document.

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

Namespace

Google \ Cloud \ Dialogflow \ V2 \ AgentAssistantFeedback

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DOCUMENT_EFFICIENCY_UNSPECIFIED

Value: 0

Document efficiency unspecified.

Generated from protobuf enum DOCUMENT_EFFICIENCY_UNSPECIFIED = 0;

INEFFICIENT

Value: 1

Document is inefficient.

Generated from protobuf enum INEFFICIENT = 1;

EFFICIENT

Value: 2

Document is efficient.

Generated from protobuf enum EFFICIENT = 2;