Struct google_dialogflow2_beta1::BatchUpdateEntityTypesRequest [] [src]

pub struct BatchUpdateEntityTypesRequest {
    pub language_code: Option<String>,
    pub update_mask: Option<String>,
    pub entity_type_batch_uri: Option<String>,
    pub entity_type_batch_inline: Option<EntityTypeBatch>,
}

The request message for EntityTypes.BatchUpdateEntityTypes.

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 entity_types. 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.

Optional. The mask to control which fields get updated.

Warning: Importing entity types from a URI is not implemented yet. This feature is coming soon. The URI to a Google Cloud Storage file containing entity types to update or create. The file format can either be a serialized proto (of EntityBatch type) or a JSON object. Note: The URI must start with "gs://".

The collection of entity type to update or create.

Trait Implementations

impl Default for BatchUpdateEntityTypesRequest
[src]

[src]

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

impl Clone for BatchUpdateEntityTypesRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for BatchUpdateEntityTypesRequest
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for BatchUpdateEntityTypesRequest
[src]