Google Cloud Dialogflow V2 Client - Class AnswerRelevance (1.8.0)

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

Relevance of an answer.

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

Namespace

Google \ Cloud \ Dialogflow \ V2 \ AgentAssistantFeedback

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

ANSWER_RELEVANCE_UNSPECIFIED

Value: 0

Answer relevance unspecified.

Generated from protobuf enum ANSWER_RELEVANCE_UNSPECIFIED = 0;

IRRELEVANT

Value: 1

Answer is irrelevant to query.

Generated from protobuf enum IRRELEVANT = 1;

RELEVANT

Value: 2

Answer is relevant to query.

Generated from protobuf enum RELEVANT = 2;