DocumentKnowledgeTypesItem

enum DocumentKnowledgeTypesItem : Enum<DocumentKnowledgeTypesItem> , ConvertibleToJava<DocumentKnowledgeTypesItem>

Entries

Link copied to clipboard

The type is unspecified or arbitrary.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The document contains agent-facing Smart Reply entries.

Link copied to clipboard

The legacy enum for agent-facing smart reply feature.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): DocumentKnowledgeTypesItem
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: DocumentKnowledgeTypesItem
Link copied to clipboard
Link copied to clipboard