Skip to content

Enum: IntentClassificationEnum

Common chatbot/NLU intent categories

URI: valuesets:IntentClassificationEnum

Permissible Values

Value Meaning Description
GREETING None User greeting or hello
GOODBYE None User saying goodbye
THANKS None User expressing gratitude
HELP None User requesting help or assistance
INFORMATION None User requesting information
COMPLAINT None User expressing dissatisfaction
FEEDBACK None User providing feedback
PURCHASE None User intent to buy or purchase
CANCEL None User intent to cancel
REFUND None User requesting refund

Slots

Name Description
intent_classification Common chatbot/NLU intent categories

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: IntentClassificationEnum
description: Common chatbot/NLU intent categories
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  GREETING:
    text: GREETING
    description: User greeting or hello
    title: Greeting
  GOODBYE:
    text: GOODBYE
    description: User saying goodbye
    title: Goodbye
  THANKS:
    text: THANKS
    description: User expressing gratitude
    title: Thanks
  HELP:
    text: HELP
    description: User requesting help or assistance
    title: Help
  INFORMATION:
    text: INFORMATION
    description: User requesting information
    title: Information
  COMPLAINT:
    text: COMPLAINT
    description: User expressing dissatisfaction
    title: Complaint
  FEEDBACK:
    text: FEEDBACK
    description: User providing feedback
    title: Feedback
  PURCHASE:
    text: PURCHASE
    description: User intent to buy or purchase
    title: Purchase
  CANCEL:
    text: CANCEL
    description: User intent to cancel
    title: Cancel
  REFUND:
    text: REFUND
    description: User requesting refund
    title: Refund