Struct google_dialogflow2_beta1::BatchCreateEntitiesRequest [] [src]

pub struct BatchCreateEntitiesRequest {
    pub language_code: Option<String>,
    pub entities: Option<Vec<EntityTypeEntity>>,
}

The request message for EntityTypes.BatchCreateEntities.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Optional. The language of entity synonyms defined in entities. If not specified, the agent's default language is used. More than a dozen languages are supported. Note: languages must be enabled in the agent, before they can be used.

Required. The collection of entities to create.

Trait Implementations

impl Default for BatchCreateEntitiesRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for BatchCreateEntitiesRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for BatchCreateEntitiesRequest
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for BatchCreateEntitiesRequest
[src]