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]

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

impl Debug for Statement
[src]

Formats the value using the given formatter. Read more

impl Clone for Statement
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Statement
[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

impl Send for Statement

impl Sync for Statement