Creates a conversation profile in the specified project.
[ConversationProfile.CreateTime][] and [ConversationProfile.UpdateTime][] aren't populated in the response. You can retrieve them via conversationProfiles.get API.
HTTP request
POST https://{endpoint}/v2beta1/{parent=projects/*}/conversationProfiles
[[["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-01-15 UTC."],[[["This webpage details the process of creating a conversation profile within a specified project using the Dialogflow API."],["The creation of a conversation profile is done through a POST HTTP request to a specific endpoint, defined by a given URL structure."],["The request requires a `parent` path parameter, which specifies the project and location for which the conversation profile will be created, with proper authorization required to create this."],["The request body must contain an instance of a ConversationProfile, and if successful, the response body will contain the newly created ConversationProfile."],["Creating the conversation profile requires one of two OAuth scopes for proper authorization, either `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow`."]]],[]]