The unique identifier of this conversation profile. Format: projects/<Project ID>/locations/<Location
ID>/conversationProfiles/<Conversation Profile ID>.
[[["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 webpage details how to update a specified conversation profile using the Dialogflow API."],["The HTTP request uses the `PATCH` method directed to a specific endpoint and includes the conversation profile's unique identifier in the URL."],["The update operation requires a `FieldMask` as a query parameter to specify which fields within the conversation profile should be modified."],["The request body should contain the updated `ConversationProfile` data, and the response body will also contain the updated `ConversationProfile` upon success."],["Authentication requires either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow` OAuth scopes."]]],[]]