Module: Google::Cloud::Dialogflow::V2::Document::KnowledgeType
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/document.rb
Overview
The knowledge type of document content.
Constant Summary collapse
- KNOWLEDGE_TYPE_UNSPECIFIED =
The type is unspecified or arbitrary.
0
- FAQ =
The document content contains question and answer pairs as either HTML or CSV. Typical FAQ HTML formats are parsed accurately, but unusual formats may fail to be parsed.
CSV must have questions in the first column and answers in the second, with no header. Because of this explicit format, they are always parsed accurately.
1
- EXTRACTIVE_QA =
Documents for which unstructured text is extracted and used for question answering.
2
- ARTICLE_SUGGESTION =
The entire document content as a whole can be used for query results. Only for Contact Center Solutions on Dialogflow.
3
- AGENT_FACING_SMART_REPLY =
The document contains agent-facing Smart Reply entries.
4