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 session entity type. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/sessions/<SessionID>/entityTypes/<EntityTypeID> or projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>. If Environment ID is not specified, we assume default 'draft' environment.
Authorization requires the following IAM permission on the specified resource name:
dialogflow.sessionEntityTypes.get
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of SessionEntityType.
[[["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 specified session entity type using a GET request."],["The request URL utilizes gRPC Transcoding syntax and requires the session entity type's name as a path parameter in the format: `projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/sessions/\u003cSessionID\u003e/entityTypes/\u003cEntityTypeID\u003e` or `projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/environments/\u003cEnvironmentID\u003e/sessions/\u003cSessionID\u003e/entityTypes/\u003cEntityTypeID\u003e`."],["The request body must be empty for this GET operation."],["A successful response will return an instance of `SessionEntityType`."],["Authorization for this request requires either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow` OAuth scope, and `dialogflow.sessionEntityTypes.get` IAM permission on the resource specified by `name`."]]],[]]