Struct google_dialogflow2::GoogleCloudDialogflowV2IntentMessageCardButton[][src]

pub struct GoogleCloudDialogflowV2IntentMessageCardButton {
    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 GoogleCloudDialogflowV2IntentMessageCardButton
[src]

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

impl Clone for GoogleCloudDialogflowV2IntentMessageCardButton
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GoogleCloudDialogflowV2IntentMessageCardButton
[src]

Formats the value using the given formatter. Read more

impl Part for GoogleCloudDialogflowV2IntentMessageCardButton
[src]

Auto Trait Implementations