Struct rusoto_lex_models::DeleteBotChannelAssociationRequest[][src]

pub struct DeleteBotChannelAssociationRequest {
    pub bot_alias: String,
    pub bot_name: String,
    pub name: String,
}

Fields

An alias that points to the specific version of the Amazon Lex bot to which this association is being made.

The name of the Amazon Lex bot.

The name of the association. The name is case sensitive.

Trait Implementations

impl Default for DeleteBotChannelAssociationRequest
[src]

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

impl Debug for DeleteBotChannelAssociationRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteBotChannelAssociationRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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