Class: Aws::LexModelBuildingService::Types::GetBotChannelAssociationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:bot_configuration]

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)


1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1171

class GetBotChannelAssociationResponse < Struct.new(
  :name,
  :description,
  :bot_alias,
  :bot_name,
  :created_date,
  :type,
  :bot_configuration,
  :status,
  :failure_reason)
  SENSITIVE = [:bot_configuration]
  include Aws::Structure
end

#bot_configurationHash<String,String>

Provides information that the messaging platform needs to communicate with the Amazon Lex bot.

Returns:

  • (Hash<String,String>)


1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1171

class GetBotChannelAssociationResponse < Struct.new(
  :name,
  :description,
  :bot_alias,
  :bot_name,
  :created_date,
  :type,
  :bot_configuration,
  :status,
  :failure_reason)
  SENSITIVE = [:bot_configuration]
  include Aws::Structure
end

#bot_nameString

The name of the Amazon Lex bot.

Returns:

  • (String)


1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1171

class GetBotChannelAssociationResponse < Struct.new(
  :name,
  :description,
  :bot_alias,
  :bot_name,
  :created_date,
  :type,
  :bot_configuration,
  :status,
  :failure_reason)
  SENSITIVE = [:bot_configuration]
  include Aws::Structure
end

#created_dateTime

The date that the association between the bot and the channel was created.

Returns:

  • (Time)


1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1171

class GetBotChannelAssociationResponse < Struct.new(
  :name,
  :description,
  :bot_alias,
  :bot_name,
  :created_date,
  :type,
  :bot_configuration,
  :status,
  :failure_reason)
  SENSITIVE = [:bot_configuration]
  include Aws::Structure
end

#descriptionString

A description of the association between the bot and the channel.

Returns:

  • (String)


1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1171

class GetBotChannelAssociationResponse < Struct.new(
  :name,
  :description,
  :bot_alias,
  :bot_name,
  :created_date,
  :type,
  :bot_configuration,
  :status,
  :failure_reason)
  SENSITIVE = [:bot_configuration]
  include Aws::Structure
end

#failure_reasonString

If ‘status` is `FAILED`, Amazon Lex provides the reason that it failed to create the association.

Returns:

  • (String)


1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1171

class GetBotChannelAssociationResponse < Struct.new(
  :name,
  :description,
  :bot_alias,
  :bot_name,
  :created_date,
  :type,
  :bot_configuration,
  :status,
  :failure_reason)
  SENSITIVE = [:bot_configuration]
  include Aws::Structure
end

#nameString

The name of the association between the bot and the channel.

Returns:

  • (String)


1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1171

class GetBotChannelAssociationResponse < Struct.new(
  :name,
  :description,
  :bot_alias,
  :bot_name,
  :created_date,
  :type,
  :bot_configuration,
  :status,
  :failure_reason)
  SENSITIVE = [:bot_configuration]
  include Aws::Structure
end

#statusString

The status of the bot channel.

  • ‘CREATED` - The channel has been created and is ready for use.

  • ‘IN_PROGRESS` - Channel creation is in progress.

  • ‘FAILED` - There was an error creating the channel. For information about the reason for the failure, see the `failureReason` field.

Returns:

  • (String)


1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1171

class GetBotChannelAssociationResponse < Struct.new(
  :name,
  :description,
  :bot_alias,
  :bot_name,
  :created_date,
  :type,
  :bot_configuration,
  :status,
  :failure_reason)
  SENSITIVE = [:bot_configuration]
  include Aws::Structure
end

#typeString

The type of the messaging platform.

Returns:

  • (String)


1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1171

class GetBotChannelAssociationResponse < Struct.new(
  :name,
  :description,
  :bot_alias,
  :bot_name,
  :created_date,
  :type,
  :bot_configuration,
  :status,
  :failure_reason)
  SENSITIVE = [:bot_configuration]
  include Aws::Structure
end