Function headless_lms_models::chatbot_conversation_messages::insert

source ยท
pub async fn insert(
    conn: &mut PgConnection,
    input: ChatbotConversationMessage,
) -> ModelResult<ChatbotConversationMessage>