[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 API endpoint allows updating an existing conversation profile via a PATCH request to a specific URL, which contains placeholders for the project, location, and conversation profile IDs."],["The `conversationProfile.name` path parameter is mandatory and specifies the unique identifier of the conversation profile to be updated, formatted as `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/conversationProfiles/\u003cConversation Profile ID\u003e`."],["The `updateMask` query parameter is required and dictates which fields within the conversation profile are to be updated, using a comma-separated list of field names in `FieldMask` format."],["The request body must include an instance of the `ConversationProfile`, while a successful response will return an updated `ConversationProfile` instance."],["Authorization to use this endpoint requires either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow` OAuth scope."]]],[]]