Struct google_dialogflow2_beta1::GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest[][src]

pub struct GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest {
    pub language_code: Option<String>,
    pub entity_values: Option<Vec<String>>,
}

The request message for EntityTypes.BatchDeleteEntities.

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 canonical values of the entities to delete. Note that these are not fully-qualified names, i.e. they don't start with projects/<Project ID>.

Trait Implementations

Auto Trait Implementations