Struct google_dialogflow2_beta1::IntentMessageCarouselSelectItem [] [src]

pub struct IntentMessageCarouselSelectItem {
    pub info: Option<IntentMessageSelectItemInfo>,
    pub image: Option<IntentMessageImage>,
    pub description: Option<String>,
    pub title: Option<String>,
}

An item in the carousel.

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

Fields

Required. Additional info about the option item.

Optional. The image to display.

Optional. The body text of the card.

Required. Title of the carousel item.

Trait Implementations

impl Default for IntentMessageCarouselSelectItem
[src]

[src]

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

impl Clone for IntentMessageCarouselSelectItem
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for IntentMessageCarouselSelectItem
[src]

[src]

Formats the value using the given formatter.

impl Part for IntentMessageCarouselSelectItem
[src]