Struct google_dialogflow2_beta1::GoogleCloudDialogflowV2beta1ListEntityTypesResponse[][src]

pub struct GoogleCloudDialogflowV2beta1ListEntityTypesResponse {
    pub next_page_token: Option<String>,
    pub entity_types: Option<Vec<GoogleCloudDialogflowV2beta1EntityType>>,
}

The response message for EntityTypes.ListEntityTypes.

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

Token to retrieve the next page of results, or empty if there are no more results in the list.

The list of agent entity types. There will be a maximum number of items returned based on the page_size field in the request.

Trait Implementations

Auto Trait Implementations