Some products and features are in the process of being renamed. Generative playbook and flow features are also being migrated to a single consolidated console. See the details.
The unique identifier of the test case. TestCases.CreateTestCase will populate the name automatically. Otherwise use format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>.
[[["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-03-05 UTC."],[[["This endpoint allows you to update a specific test case using a PATCH HTTP request to a given URL format with the test case's unique identifier."],["The `testCase.name` path parameter is mandatory, specifying the unique identifier of the test case, which can be automatically generated or defined manually with a specific format."],["The `updateMask` query parameter is required to indicate the specific fields within the test case that should be modified, excluding `creationTime` and `lastTestResult`."],["The request body should include an instance of the `TestCase` resource, and if the update is successful, the response body will also contain an instance of `TestCase`."],["To use this endpoint, one of the following OAuth scopes is required: `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow`."]]],[]]