Some products and features are in the process of being renamed. Generative playbook and flow features are also being migrated to a single consolidated console. See the details.
Required. The name of the playbook version. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>/versions/<VersionID>.
Authorization requires the following IAM permission on the specified resource name:
dialogflow.playbooks.get
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of PlaybookVersion.
[[["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 version of a Playbook using a GET request."],["The HTTP request utilizes a specific URL structure with path parameters, including `projects`, `locations`, `agents`, `playbooks`, and `versions`."],["The required `name` path parameter specifies the exact playbook version using the format: `projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/playbooks/\u003cPlaybookID\u003e/versions/\u003cVersionID\u003e`."],["The request body must be empty, and a successful request returns an instance of `PlaybookVersion`."],["Authorization requires either `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow` OAuth scopes, as well as the `dialogflow.playbooks.get` IAM permission on the specified resource name."]]],[]]