pub async fn insert( conn: &mut PgConnection, input: ChatbotConversation, ) -> ModelResult<ChatbotConversation>