Skip to main content

Create a chatbot knowledge base

POST 

/bv/aisk/v1/chatbots/:id/knowledge-bases/:knowledge_base_id

This API is used to create a relationship between chatbot and knowledge base.


It'll return a 404/NotFound error if any requested resource is not found.

Request

Path Parameters

    id stringrequired

    Required. The uuid of the chatbot.

    knowledge_base_id stringrequired

    Required. The uuid of the knowledge base that will be added to the chatbot.

Body

required

    object

Responses

A successful response.

Schema

    object

Loading...