class Aws::Connect::Types::DisassociateBotRequest

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

data as a hash:

    {
      instance_id: "InstanceId", # required
      lex_bot: {
        name: "BotName",
        lex_region: "LexRegion",
      },
      lex_v2_bot: {
        alias_arn: "AliasArn",
      },
    }

@!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] lex_bot

Configuration information of an Amazon Lex bot.
@return [Types::LexBot]

@!attribute [rw] lex_v2_bot

The Amazon Lex V2 bot to disassociate from the instance.
@return [Types::LexV2Bot]

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

Constants

SENSITIVE