Struct google_dialogflow2_beta1::GoogleCloudDialogflowV2beta1IntentMessageSuggestions[][src]

pub struct GoogleCloudDialogflowV2beta1IntentMessageSuggestions {
    pub suggestions: Option<Vec<GoogleCloudDialogflowV2beta1IntentMessageSuggestion>>,
}

The collection of suggestions.

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

Fields

Required. The list of suggested replies.

Trait Implementations

Auto Trait Implementations