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-06-27 UTC."],[[["\u003cp\u003eThis webpage details the process of creating a conversation profile within a specified project using the Dialogflow API.\u003c/p\u003e\n"],["\u003cp\u003eThe creation of a conversation profile is done through a POST HTTP request to a specific endpoint, defined by a given URL structure.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires a \u003ccode\u003eparent\u003c/code\u003e path parameter, which specifies the project and location for which the conversation profile will be created, with proper authorization required to create this.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must contain an instance of a ConversationProfile, and if successful, the response body will contain the newly created ConversationProfile.\u003c/p\u003e\n"],["\u003cp\u003eCreating the conversation profile requires one of two OAuth scopes for proper authorization, either \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/dialogflow\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]