Struct google_dialogflow2::GoogleCloudDialogflowV2IntentMessageListSelect[][src]

pub struct GoogleCloudDialogflowV2IntentMessageListSelect {
    pub items: Option<Vec<GoogleCloudDialogflowV2IntentMessageListSelectItem>>,
    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

impl Default for GoogleCloudDialogflowV2IntentMessageListSelect
[src]

Returns the "default value" for a type. Read more

impl Clone for GoogleCloudDialogflowV2IntentMessageListSelect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GoogleCloudDialogflowV2IntentMessageListSelect
[src]

Formats the value using the given formatter. Read more

impl Part for GoogleCloudDialogflowV2IntentMessageListSelect
[src]

Auto Trait Implementations