Google Cloud Dialogflow V2 Client - Class DocumentEfficiency (1.3.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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;