Google Cloud Dialogflow v2beta1 API - Enum Document.Types.KnowledgeType (1.0.0-beta16)

public enum Document.Types.KnowledgeType

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API enum Document.Types.KnowledgeType.

The knowledge type of document content.

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Fields

Name Description
AgentFacingSmartReply

The document contains agent-facing Smart Reply entries.

ArticleSuggestion

The entire document content as a whole can be used for query results. Only for Contact Center Solutions on Dialogflow.

ExtractiveQa

Documents for which unstructured text is extracted and used for question answering.

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.

SmartReply

The legacy enum for agent-facing smart reply feature.

Unspecified

The type is unspecified or arbitrary.