Struct google_dialogflow2_beta1::IntentMessageLinkOutSuggestion [] [src]

pub struct IntentMessageLinkOutSuggestion {
    pub uri: Option<String>,
    pub destination_name: Option<String>,
}

The suggestion chip message that allows the user to jump out to the app or website associated with this agent.

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

Fields

Required. The URI of the app or site to open when the user taps the suggestion chip.

Required. The name of the app or site this chip is linking to.

Trait Implementations

impl Default for IntentMessageLinkOutSuggestion
[src]

[src]

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

impl Clone for IntentMessageLinkOutSuggestion
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for IntentMessageLinkOutSuggestion
[src]

[src]

Formats the value using the given formatter.

impl Part for IntentMessageLinkOutSuggestion
[src]