Struct rusoto_lex_models::BuiltinSlotTypeMetadata[][src]

pub struct BuiltinSlotTypeMetadata {
    pub signature: Option<String>,
    pub supported_locales: Option<Vec<String>>,
}

Provides information about a built in slot type.

Fields

A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.

A list of target locales for the slot.

Trait Implementations

impl Default for BuiltinSlotTypeMetadata
[src]

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

impl Debug for BuiltinSlotTypeMetadata
[src]

Formats the value using the given formatter. Read more

impl Clone for BuiltinSlotTypeMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BuiltinSlotTypeMetadata
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations