Struct rusoto_lex_models::Statement [] [src]

pub struct Statement {
    pub messages: Vec<Message>,
    pub response_card: Option<String>,
}

A collection of messages that convey information to the user. At runtime, Amazon Lex selects the message to convey.

Fields

A collection of message objects.

At runtime, if the client is using the PostText API, Amazon Lex includes the response card in the response. It substitutes all of the session attributes and slot values for placeholders in the response card.

Trait Implementations

impl Default for Statement
[src]

[src]

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

impl Debug for Statement
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Statement
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Statement

impl Sync for Statement