Struct google_dialogflow2_beta1::GoogleCloudDialogflowV2beta1IntentMessageCardButton[][src]

pub struct GoogleCloudDialogflowV2beta1IntentMessageCardButton {
    pub text: Option<String>,
    pub postback: Option<String>,
}

Optional. Contains information about a button.

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

Fields

Optional. The text to show on the button.

Optional. The text to send back to the Dialogflow API or a URI to open.

Trait Implementations

Auto Trait Implementations