CLOVA Chatbot execution examples

Prev Next

Available in Classic and VPC

Use scenario templates

Scenario examples related to key features of CLOVA Chatbot are provided. You can upload chatbot demo datasets to the chatbot builder and build a chatbot to test.
The following is the example of creating a chatbot using scenario templates.

  1. Download scenario Excel templates and example files.
    • Download link: 5 example files (conversation group, entity, action method, form, conversation scenario)
  2. Create a domain referring to Create domain.
  3. Upload files in the order of conversation group, entity, action method, form, and conversation scenario.
  4. Click Conversation model build.
  5. Enter questions to test once the build is completed.
    • For how to test, refer to Test
Note
  • An error may occur if you upload form or action method files first, rather than keeping the upload order of conversation group, entity, action method, form, and then conversation scenario, when uploading the example files.
  • Excel upload/download feature is only supported for certain answer types of regular conversations (Default answer, Image answer, Multi-link answer, Multiple choice answer, etc.) Tasks can't be uploaded or downloaded by using an Excel file.

Use custom Chatbot implementation example (source code)

Custom Chatbot example is provided so that you can easily implement chatbots on a webpage using CLOVA Chatbot. This example is suitable for implementing chatbots on regular webpages and apps, rather than messenger channels.

  • For more information on CLOVA Chatbot custom API specifications, refer to CLOVA Chatbot API Guide.
  • For custom Chatbot implementation example files, refer here.