Struct google_dialogflow2_beta1::IntentMessageBasicCard [] [src]

pub struct IntentMessageBasicCard {
    pub buttons: Option<Vec<IntentMessageBasicCardButton>>,
    pub formatted_text: Option<String>,
    pub image: Option<IntentMessageImage>,
    pub subtitle: Option<String>,
    pub title: Option<String>,
}

The basic card message. Useful for displaying information.

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

Fields

Optional. The collection of card buttons.

Required, unless image is present. The body text of the card.

Optional. The image for the card.

Optional. The subtitle of the card.

Optional. The title of the card.

Trait Implementations

impl Default for IntentMessageBasicCard
[src]

[src]

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

impl Clone for IntentMessageBasicCard
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for IntentMessageBasicCard
[src]

[src]

Formats the value using the given formatter.

impl Part for IntentMessageBasicCard
[src]