Struct google_dialogflow2_beta1::EntityTypeBatch [] [src]

pub struct EntityTypeBatch {
    pub entity_types: Option<Vec<EntityType>>,
}

This message is a wrapper around a collection of entity types.

This type is not used in any activity, and only used as part of another schema.

Fields

A collection of entity types.

Trait Implementations

impl Default for EntityTypeBatch
[src]

[src]

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

impl Clone for EntityTypeBatch
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EntityTypeBatch
[src]

[src]

Formats the value using the given formatter.

impl Part for EntityTypeBatch
[src]