Class: Aws::LexModelBuildingService::Types::GetBotChannelAssociationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_aliasString

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

Returns:

  • (String)


1113
1114
1115
1116
1117
1118
1119
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1113

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

#bot_nameString

The name of the Amazon Lex bot.

Returns:

  • (String)


1113
1114
1115
1116
1117
1118
1119
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1113

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

#nameString

The name of the association between the bot and the channel. The name is case sensitive.

Returns:

  • (String)


1113
1114
1115
1116
1117
1118
1119
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1113

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