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-06-27 UTC."],[[["\u003cp\u003eThis webpage details how to update a specified conversation profile using the Dialogflow API.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request uses the \u003ccode\u003ePATCH\u003c/code\u003e method directed to a specific endpoint and includes the conversation profile's unique identifier in the URL.\u003c/p\u003e\n"],["\u003cp\u003eThe update operation requires a \u003ccode\u003eFieldMask\u003c/code\u003e as a query parameter to specify which fields within the conversation profile should be modified.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should contain the updated \u003ccode\u003eConversationProfile\u003c/code\u003e data, and the response body will also contain the updated \u003ccode\u003eConversationProfile\u003c/code\u003e upon success.\u003c/p\u003e\n"],["\u003cp\u003eAuthentication requires either the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/dialogflow\u003c/code\u003e OAuth scopes.\u003c/p\u003e\n"]]],[],null,["# Method: projects.conversationProfiles.patch\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nUpdates the specified conversation profile.\n\n[ConversationProfile.create_time](/dialogflow/es/docs/reference/rest/v2/projects.conversationProfiles#ConversationProfile.FIELDS.create_time) and [ConversationProfile.update_time](/dialogflow/es/docs/reference/rest/v2/projects.conversationProfiles#ConversationProfile.FIELDS.update_time) aren't populated in the response. You can retrieve them via [conversationProfiles.get](/dialogflow/es/docs/reference/rest/v2/projects.conversationProfiles/get#google.cloud.dialogflow.v2.ConversationProfiles.GetConversationProfile) API.\n\n### HTTP request\n\n`PATCH https://{endpoint}/v2/{conversationProfile.name=projects/*/conversationProfiles/*}`\n\nWhere `{endpoint}` is one of the [supported service endpoints](/dialogflow/es/docs/reference/rest#rest_endpoints).\n\nThe URLs use [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [ConversationProfile](/dialogflow/es/docs/reference/rest/v2/projects.conversationProfiles#ConversationProfile).\n\n### Response body\n\nIf successful, the response body contains an instance of [ConversationProfile](/dialogflow/es/docs/reference/rest/v2/projects.conversationProfiles#ConversationProfile).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `\n https://www.googleapis.com/auth/dialogflow`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]