Struct google_dialogflow2_beta1::GoogleCloudDialogflowV2beta1IntentMessageListSelectItem[][src]

pub struct GoogleCloudDialogflowV2beta1IntentMessageListSelectItem {
    pub info: Option<GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo>,
    pub image: Option<GoogleCloudDialogflowV2beta1IntentMessageImage>,
    pub description: Option<String>,
    pub title: Option<String>,
}

An item in the list.

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

Fields

Required. Additional information about this option.

Optional. The image to display.

Optional. The main text describing the item.

Required. The title of the list item.

Trait Implementations

Auto Trait Implementations