- Print
- PDF
CLOVA Chatbot Overview
- Print
- PDF
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
Create a chat scenario using CLOVA Chatbot Builder.
Build and deploy the conversation model.
Set up CLOVA Chatbot Custom integration.
Create API Gateway call URL and issue Secret Key.
Called by the application with the API Gateway Invoke URL.
Development flow
Check the API Gateway InvokeURL.
Create a Signature for generating the authentication key to be delivered to the Request Header.
(Use Secret Key created by CLOVA Chatbot Custom)Create a Request Body value for requesting a conversation query.
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
Method | Request URI |
---|---|
POST | Call 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
name | value |
---|---|
Content-Type | "application/json;UTF-8" |
X-NCP-CHATBOT_SIGNATURE | signature of request body |