Google Cloud Dialogflow V2 Client - Class AnswerType (1.9.0)

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

The type of the answer.

Protobuf type google.cloud.dialogflow.v2.SearchKnowledgeAnswer.AnswerType

Namespace

Google \ Cloud \ Dialogflow \ V2 \ SearchKnowledgeAnswer

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

ANSWER_TYPE_UNSPECIFIED

Value: 0

The answer has a unspecified type.

Generated from protobuf enum ANSWER_TYPE_UNSPECIFIED = 0;

FAQ

Value: 1

The answer is from FAQ doucments.

Generated from protobuf enum FAQ = 1;

GENERATIVE

Value: 2

The answer is from generative model.

Generated from protobuf enum GENERATIVE = 2;