headless_lms_models::chatbot_conversation_messages

Function get_by_conversation_id

Source
pub async fn get_by_conversation_id(
    conn: &mut PgConnection,
    conversation_id: Uuid,
) -> ModelResult<Vec<ChatbotConversationMessage>>