Struct google_dialogflow2_beta1::IntentMessageListSelectItem [] [src]

pub struct IntentMessageListSelectItem {
    pub info: Option<IntentMessageSelectItemInfo>,
    pub image: Option<IntentMessageImage>,
    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

impl Default for IntentMessageListSelectItem
[src]

[src]

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

impl Clone for IntentMessageListSelectItem
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for IntentMessageListSelectItem
[src]

[src]

Formats the value using the given formatter.

impl Part for IntentMessageListSelectItem
[src]