class Aws::Connect::Types::AssociateLexBotRequest

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

data as a hash:

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

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

The Amazon Lex bot to associate with the instance.
@return [Types::LexBot]

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

Constants

SENSITIVE