Struct google_dialogflow2::GoogleCloudDialogflowV2IntentMessageSuggestion[][src]

pub struct GoogleCloudDialogflowV2IntentMessageSuggestion {
    pub title: Option<String>,
}

The suggestion chip message that the user can tap to quickly post a reply to the conversation.

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

Fields

Required. The text shown the in the suggestion chip.

Trait Implementations

impl Default for GoogleCloudDialogflowV2IntentMessageSuggestion
[src]

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

impl Clone for GoogleCloudDialogflowV2IntentMessageSuggestion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GoogleCloudDialogflowV2IntentMessageSuggestion
[src]

Formats the value using the given formatter. Read more

impl Part for GoogleCloudDialogflowV2IntentMessageSuggestion
[src]

Auto Trait Implementations