Required. The resource name of the conversation profile. Format: projects/<Project ID>/locations/<Location
ID>/conversationProfiles/<Conversation Profile ID>.
Authorization requires the following IAM permission on the specified resource name:
dialogflow.conversationProfiles.get
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ConversationProfile.
[[["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 how to retrieve a specific conversation profile using a GET request."],["The request must use the specified URL format, which includes the project ID, location ID, and conversation profile ID."],["The request body must be empty, and the response will contain a ConversationProfile instance if successful."],["Accessing the conversation profile requires specific IAM permissions, `dialogflow.conversationProfiles.get`, on the resource."],["Authorization for this operation needs one of two specified OAuth scopes, either `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow`."]]],[]]