Required. The name of the version. Supported formats: - projects/<Project ID>/agent/versions/<Version ID> - projects/<Project ID>/locations/<Location ID>/agent/versions/<Version
ID>
Authorization requires the following IAM permission on the specified resource name:
dialogflow.versions.get
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Version.
[[["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 endpoint retrieves a specific agent version using a `GET` request to a URL with a defined format including project, location, and version identifiers."],["The request requires a `name` path parameter specifying the agent version to retrieve, formatted as `projects/\u003cProject ID\u003e/agent/versions/\u003cVersion ID\u003e` or `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agent/versions/\u003cVersion ID\u003e`."],["The request body for this operation must be empty."],["A successful request returns a `Version` object in the response body, with authorization needing the `dialogflow.versions.get` IAM permission."],["The request requires one of the following authorization scopes : `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow`."]]],[]]