[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-15 UTC."],[[["This method facilitates the deletion of multiple intents within a specified agent in Dialogflow."],["It utilizes a long-running operation, which returns an `Operation` type with empty `metadata` and `response` fields."],["The HTTP request is a POST request to a specific endpoint with a defined path parameter, `parent`, indicating the agent to modify."],["The request body must contain a JSON structure with an array of intents to be deleted, with only their `name` property being required."],["Successful execution results in a response body containing an instance of the `Operation` type, and requires specific OAuth authorization scopes for access."]]],[]]