Chat

Get Streaming Response

Create a Knowledge Base and return a streaming response.

post/api/chat/get-streaming-response

Query parameters

type_qastring nullable

This is the type q&a for the bot you want to get the streaming response.

Request body

bot_idstring uuid required

This field represents the unique identifier of the chatbot.

messagestring required

This field represents the content of a message exchanged.

session_idstring uuid required

This field represents the unique identifier of the chat session.

user_idstring uuid nullable

This field represents the unique identifier of the user.

senderstring uuid nullable

This field represents the unique identifier of the sender.

Response

Successful Response

{"stackTrail":"paths:/api/chat/get-streaming-response:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes