📄️ chat
The 'chat' route is an essential part of the Flexibel API, allowing users to send questions to the AI chatbot and receive responses. This route is vital for real-time interaction with the chatbot, providing dynamic responses based on the provided question and conversation context.
📄️ createConversation
The 'createConversation' route initiates a new conversation with the AI chatbot. It's designed to create a unique session for user interactions, allowing for a structured and trackable chat experience.
📄️ endConversation
The 'endConversation' route initiates a new conversation with the AI chatbot. It's designed to create a unique session for user interactions, allowing for a structured and trackable chat experience.
📄️ retrieveConversation
The 'retrieveConversation' route in the Flexibel API is designed to fetch details and statistics about a specific conversation. This route is particularly useful for analyzing conversations, reviewing chat histories, message ratings, and understanding the time spent during the interaction.
📄️ rateMessage
The 'rateMessage' route in the Flexibel API is a key feature for capturing user feedback on specific messages within a conversation. This route allows users to rate a message, essentially providing a 'like' (represented by a rating of 1) or 'dislike' (represented by a rating of 0). This feature is crucial for assessing the quality of responses provided by the AI chatbot and for further improving user experience.