class Aws::Connect::Types::DisassociateLexBotRequest

@note When making an API call, you may pass DisassociateLexBotRequest

data as a hash:

    {
      instance_id: "InstanceId", # required
      bot_name: "BotName", # required
      lex_region: "LexRegion", # required
    }

@!attribute [rw] instance_id

The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
@return [String]

@!attribute [rw] bot_name

The name of the Amazon Lex bot. Maximum character limit of 50.
@return [String]

@!attribute [rw] lex_region

The Region in which the Amazon Lex bot has been created.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DisassociateLexBotRequest AWS API Documentation

Constants

SENSITIVE