Class: Aws::Connect::Types::AssociateLexBotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AssociateLexBotRequest
- 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
The Amazon Lex 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
871 872 873 874 875 876 |
# File 'lib/aws-sdk-connect/types.rb', line 871 class AssociateLexBotRequest < Struct.new( :instance_id, :lex_bot) SENSITIVE = [] include Aws::Structure end |
#lex_bot ⇒ Types::LexBot
The Amazon Lex bot to associate with the instance.
871 872 873 874 875 876 |
# File 'lib/aws-sdk-connect/types.rb', line 871 class AssociateLexBotRequest < Struct.new( :instance_id, :lex_bot) SENSITIVE = [] include Aws::Structure end |