Module: Google::Cloud::Dialogflow::V2::SearchKnowledgeAnswer::AnswerType

Defined in:
proto_docs/google/cloud/dialogflow/v2/conversation.rb

Overview

The type of the answer.

Constant Summary collapse

ANSWER_TYPE_UNSPECIFIED =

The answer has a unspecified type.

0
FAQ =

The answer is from FAQ documents.

1
GENERATIVE =

The answer is from generative model.

2
INTENT =

The answer is from intent matching.

3