Class: Aws::Connect::Types::DisassociateLexBotRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_nameString

The name of the Amazon Lex bot. Maximum character limit of 50.

Returns:

  • (String)


5742
5743
5744
5745
5746
5747
5748
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5742

class DisassociateLexBotRequest < Struct.new(
  :instance_id,
  :bot_name,
  :lex_region)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


5742
5743
5744
5745
5746
5747
5748
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5742

class DisassociateLexBotRequest < Struct.new(
  :instance_id,
  :bot_name,
  :lex_region)
  SENSITIVE = []
  include Aws::Structure
end

#lex_regionString

The Amazon Web Services Region in which the Amazon Lex bot has been created.

Returns:

  • (String)


5742
5743
5744
5745
5746
5747
5748
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5742

class DisassociateLexBotRequest < Struct.new(
  :instance_id,
  :bot_name,
  :lex_region)
  SENSITIVE = []
  include Aws::Structure
end