Struct google_dialogflow2_beta1::IntentMessageCard [] [src]

pub struct IntentMessageCard {
    pub buttons: Option<Vec<IntentMessageCardButton>>,
    pub title: Option<String>,
    pub subtitle: Option<String>,
    pub image_uri: Option<String>,
}

The card response message.

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

Fields

Optional. The collection of card buttons.

Optional. The title of the card.

Optional. The subtitle of the card.

Optional. The public URI to an image file for the card.

Trait Implementations

impl Default for IntentMessageCard
[src]

[src]

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

impl Clone for IntentMessageCard
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for IntentMessageCard
[src]

[src]

Formats the value using the given formatter.

impl Part for IntentMessageCard
[src]