Struct google_dialogflow2_beta1::GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest[][src]

pub struct GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest {
    pub intents: Option<Vec<GoogleCloudDialogflowV2beta1Intent>>,
}

The request message for Intents.BatchDeleteIntents.

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

Required. The collection of intents to delete. Only intent name must be filled in.

Trait Implementations

Auto Trait Implementations