Class: Aws::Connect::Types::AssociateBotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AssociateBotRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
-
#lex_bot ⇒ Types::LexBot
Configuration information of an Amazon Lex bot.
-
#lex_v2_bot ⇒ Types::LexV2Bot
The Amazon Lex V2 bot to associate with the instance.
Instance Attribute Details
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.
[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
690 691 692 693 694 695 696 |
# File 'lib/aws-sdk-connect/types.rb', line 690 class AssociateBotRequest < Struct.new( :instance_id, :lex_bot, :lex_v2_bot) SENSITIVE = [] include Aws::Structure end |
#lex_bot ⇒ Types::LexBot
Configuration information of an Amazon Lex bot.
690 691 692 693 694 695 696 |
# File 'lib/aws-sdk-connect/types.rb', line 690 class AssociateBotRequest < Struct.new( :instance_id, :lex_bot, :lex_v2_bot) SENSITIVE = [] include Aws::Structure end |
#lex_v2_bot ⇒ Types::LexV2Bot
The Amazon Lex V2 bot to associate with the instance.
690 691 692 693 694 695 696 |
# File 'lib/aws-sdk-connect/types.rb', line 690 class AssociateBotRequest < Struct.new( :instance_id, :lex_bot, :lex_v2_bot) SENSITIVE = [] include Aws::Structure end |