Struct gapi_grpc::google::cloud::dialogflow::v2beta1::BatchCreateEntitiesRequest [−][src]
The request message for [EntityTypes.BatchCreateEntities][google.cloud.dialogflow.v2beta1.EntityTypes.BatchCreateEntities].
Fields
parent: String
Required. The name of the entity type to create entities in. Supported formats:
projects/<Project ID>/agent/entityTypes/<Entity Type ID>
projects/<Project ID>/locations/<Location ID>/agent/entityTypes/<Entity Type ID>
entities: Vec<Entity>
Required. The entities to create.
language_code: String
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.
Trait Implementations
impl Clone for BatchCreateEntitiesRequest
[src][+]
impl Debug for BatchCreateEntitiesRequest
[src][+]
impl Default for BatchCreateEntitiesRequest
[src][+]
impl Message for BatchCreateEntitiesRequest
[src][+]
impl PartialEq<BatchCreateEntitiesRequest> for BatchCreateEntitiesRequest
[src][+]
impl StructuralPartialEq for BatchCreateEntitiesRequest
[src]
Auto Trait Implementations
impl RefUnwindSafe for BatchCreateEntitiesRequest
impl Send for BatchCreateEntitiesRequest
impl Sync for BatchCreateEntitiesRequest
impl Unpin for BatchCreateEntitiesRequest
impl UnwindSafe for BatchCreateEntitiesRequest
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,