Class: Aws::LexModelBuildingService::Types::DeleteBotChannelAssociationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelbuildingservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_aliasString

An alias that points to the specific version of the Amazon Lex bot to which this association is being made.

Returns:

  • (String)


761
762
763
764
765
766
767
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 761

class DeleteBotChannelAssociationRequest < Struct.new(
  :name,
  :bot_name,
  :bot_alias)
  SENSITIVE = []
  include Aws::Structure
end

#bot_nameString

The name of the Amazon Lex bot.

Returns:

  • (String)


761
762
763
764
765
766
767
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 761

class DeleteBotChannelAssociationRequest < Struct.new(
  :name,
  :bot_name,
  :bot_alias)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the association. The name is case sensitive.

Returns:

  • (String)


761
762
763
764
765
766
767
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 761

class DeleteBotChannelAssociationRequest < Struct.new(
  :name,
  :bot_name,
  :bot_alias)
  SENSITIVE = []
  include Aws::Structure
end