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 \ SearchKnowledgeAnswerMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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 documents.
Generated from protobuf enum FAQ = 1;
GENERATIVE
Value: 2
The answer is from generative model.
Generated from protobuf enum GENERATIVE = 2;
INTENT
Value: 3
The answer is from intent matching.
Generated from protobuf enum INTENT = 3;