Struct google_dialogflow2_beta1::GoogleCloudDialogflowV2beta1SuggestionArticle[][src]

pub struct GoogleCloudDialogflowV2beta1SuggestionArticle {
    pub title: Option<String>,
    pub uri: Option<String>,
    pub snippets: Option<Vec<String>>,
    pub metadata: Option<HashMap<String, String>>,
}

Represents suggested article.

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

Fields

Output only. The article title.

Output only. The article URI.

Output only. Article snippets.

Output only. A map that contains metadata about the answer and the document from which it originates.

Trait Implementations

impl Default for GoogleCloudDialogflowV2beta1SuggestionArticle
[src]

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

impl Clone for GoogleCloudDialogflowV2beta1SuggestionArticle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GoogleCloudDialogflowV2beta1SuggestionArticle
[src]

Formats the value using the given formatter. Read more

impl Part for GoogleCloudDialogflowV2beta1SuggestionArticle
[src]

Auto Trait Implementations