Struct google_dialogflow2_beta1::IntentMessageCardButton [] [src]

pub struct IntentMessageCardButton {
    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

impl Default for IntentMessageCardButton
[src]

[src]

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

impl Clone for IntentMessageCardButton
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for IntentMessageCardButton
[src]

[src]

Formats the value using the given formatter.

impl Part for IntentMessageCardButton
[src]