public sealed class BatchCreateEntitiesRequest : IMessage<BatchCreateEntitiesRequest>, IEquatable<BatchCreateEntitiesRequest>, IDeepCloneable<BatchCreateEntitiesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class BatchCreateEntitiesRequest.
The request message for
[EntityTypes.BatchCreateEntities][google.cloud.dialogflow.v2.EntityTypes.BatchCreateEntities].
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.
[[["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-21 UTC."],[[["This document provides reference information for the `BatchCreateEntitiesRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.12.0, and shows that it is the request message used for the `EntityTypes.BatchCreateEntities` method."],["The `BatchCreateEntitiesRequest` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and the documentation also shows its inherited members, such as `GetHashCode`, `GetType`, and `ToString`."],["The document outlines the constructors available for the `BatchCreateEntitiesRequest` class, which are a parameterless constructor and a copy constructor that accepts another `BatchCreateEntitiesRequest` instance."],["Key properties of `BatchCreateEntitiesRequest` are detailed, including `Entities` (the list of entities to create), `LanguageCode` (for specifying language-specific data), `Parent` (the entity type where the entities will be created), and `ParentAsEntityTypeName` (a typed view of the `Parent` property)."],["The API offers a range of versions, from the latest (4.26.0) down to 3.2.0, allowing developers to select the version that best suits their requirements for the `BatchCreateEntitiesRequest`."]]],[]]