Struct google_dialogflow2_beta1::GoogleCloudDialogflowV2beta1IntentMessageListSelect[][src]

pub struct GoogleCloudDialogflowV2beta1IntentMessageListSelect {
    pub items: Option<Vec<GoogleCloudDialogflowV2beta1IntentMessageListSelectItem>>,
    pub title: Option<String>,
}

The card for presenting a list of options to select from.

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

Fields

Required. List items.

Optional. The overall title of the list.

Trait Implementations

Auto Trait Implementations