CLOVA Chatbot Overview
    • PDF

    CLOVA Chatbot Overview

    • PDF

    Article Summary

    The CLOVA Chatbot of NAVER Cloud Platform helps you to create a chatbot quickly and easily.
    The CLOVA Chatbot API is an API that provides a Q & A based on the learning result of the domain set in the CLOVA Chatbot builder. It receives a user's question and returns a corresponding answer in various formats.
    Custom integration method that is suitable for implementing chatbot in general web and app, not messenger channel.

    • CLOVA Chatbot Custom Integration Process

      1. Create a chat scenario using CLOVA Chatbot Builder.

      2. Build and deploy the conversation model.

      3. Set up CLOVA Chatbot Custom integration.

      4. Create API Gateway call URL and issue Secret Key.

      5. Called by the application with the API Gateway Invoke URL.

    • Development flow

      1. Check the API Gateway InvokeURL.

      2. Create a Signature for generating the authentication key to be delivered to the Request Header.
        (Use Secret Key created by CLOVA Chatbot Custom)

      3. Create a Request Body value for requesting a conversation query.

      4. Make an HTTP request with API Gateway Invoke URL, set the Signature value in the header value, and deliver it as the Request Body value (see sample source code).

    common settings

    API URLr

    MethodRequest URI
    POSTCall with InvokeURL of API Gateway associated with the domain created by CLOVA Chatbot builder.
    A unique calling URL is generated for each domain.
    Example) https://mmrm1gp7p7.apigw.ntruss.com/send/beta

    Request header

    namevalue
    Content-Type"application/json;UTF-8"
    X-NCP-CHATBOT_SIGNATUREsignature of request body

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.