Struct google_dialogflow2_beta1::GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction[][src]

pub struct GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction {
    pub uri: Option<String>,
}

Opens the given URI.

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

Fields

Required. The HTTP or HTTPS scheme URI.

Trait Implementations

Auto Trait Implementations