[ConversationProfile.CreateTime][] and [ConversationProfile.UpdateTime][] aren't populated in the response. You can retrieve them via conversationProfiles.get API.
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 documents the API endpoint for updating a specified conversation profile via a PATCH request."],["The endpoint URL requires the conversation profile's unique identifier as a path parameter, formatted as `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/conversationProfiles/\u003cConversation Profile ID\u003e`."],["The `updateMask` query parameter, in FieldMask format, is required to specify which fields of the conversation profile should be updated."],["The request body must include a `ConversationProfile` instance, and the response body will also contain a `ConversationProfile` instance if the update is successful."],["Authorization for this API call requires one of the listed OAuth scopes: `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow`."]]],[]]