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 page details how to retrieve a specific conversation profile using a GET request to a defined endpoint."],["The request requires a `name` path parameter specifying the conversation profile's resource name, formatted as `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/conversationProfiles/\u003cConversation Profile ID\u003e`."],["The request body for this operation must be empty, and the URL utilizes gRPC Transcoding syntax."],["A successful response will contain an instance of `ConversationProfile`, and proper authorization via specific IAM permissions is required."],["To complete authorization, one of two OAuth scopes, `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow`, is required."]]],[]]