Function insert

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