Import data
Add One Question Answer
Import a single question and answer for a bot.
POST
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Body
application/json
Schema for representing a bot's question and answer document.
Question in the document.
Answer to the question.
Response
200
application/json
Successful Response
Schema for representing the response of a bot's question and answer document.
Unique identifier for the question and answer document.
Unique identifier for the associated bot.
The question in the document.
The answer to the question.
Number of tokens in the document.
Timestamp indicating when the document was created.
Was this page helpful?