Class: Aws::Connect::Types::DisassociateBotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DisassociateBotRequest
- 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 disassociate from 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
6743 6744 6745 6746 6747 6748 6749 |
# File 'lib/aws-sdk-connect/types.rb', line 6743 class DisassociateBotRequest < 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.
6743 6744 6745 6746 6747 6748 6749 |
# File 'lib/aws-sdk-connect/types.rb', line 6743 class DisassociateBotRequest < 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 disassociate from the instance.
6743 6744 6745 6746 6747 6748 6749 |
# File 'lib/aws-sdk-connect/types.rb', line 6743 class DisassociateBotRequest < Struct.new( :instance_id, :lex_bot, :lex_v2_bot) SENSITIVE = [] include Aws::Structure end |