Struct google_dialogflow2_beta1::GoogleCloudDialogflowV2beta1IntentMessageCard[][src]

pub struct GoogleCloudDialogflowV2beta1IntentMessageCard {
    pub buttons: Option<Vec<GoogleCloudDialogflowV2beta1IntentMessageCardButton>>,
    pub image_uri: Option<String>,
    pub subtitle: Option<String>,
    pub title: 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 public URI to an image file for the card.

Optional. The subtitle of the card.

Optional. The title of the card.

Trait Implementations

impl Default for GoogleCloudDialogflowV2beta1IntentMessageCard
[src]

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

impl Clone for GoogleCloudDialogflowV2beta1IntentMessageCard
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GoogleCloudDialogflowV2beta1IntentMessageCard
[src]

Formats the value using the given formatter. Read more

impl Part for GoogleCloudDialogflowV2beta1IntentMessageCard
[src]

Auto Trait Implementations