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 HTTP request."],["The request requires a `name` path parameter, which is a string representing the resource name of the conversation profile, in a specific format."],["The request body must be empty, and a successful response will contain an instance of the ConversationProfile."],["Authorization for this request requires the `dialogflow.conversationProfiles.get` IAM permission on the specified resource, and either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow` OAuth scope."]]],[]]