Function headless_lms_models::chatbot_conversation_messages::update

source ยท
pub async fn update(
    conn: &mut PgConnection,
    id: Uuid,
    message: &str,
    message_is_complete: bool,
) -> ModelResult<ChatbotConversationMessage>