Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.
Response body
If successful, the response body contains an instance of Operation.
[[["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-03-05 UTC."],[[["This endpoint is used to create multiple new entities within a specified entity type, and is considered a long-running operation."],["The HTTP request is a POST request to a specific URL that includes the parent entity type and utilizes gRPC Transcoding syntax."],["The request body, represented in JSON, requires an array of `entities` to be created and optionally a `languageCode` to specify language-specific data."],["Authorization to use this operation requires specific IAM permissions, specifically `dialogflow.entityTypes.batchCreateEntities`, and one of the specified OAuth scopes."],["A successful response will return an instance of an `Operation`, which contains specific metadata and response fields, and the user will have to train their agent after the operation is complete."]]],[]]