Class: Aws::LexModelBuildingService::Types::GetBotChannelAssociationsRequest

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)


1216
1217
1218
1219
1220
1221
1222
1223
1224
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1216

class GetBotChannelAssociationsRequest < Struct.new(
  :bot_name,
  :bot_alias,
  :next_token,
  :max_results,
  :name_contains)
  SENSITIVE = []
  include Aws::Structure
end

#bot_nameString

The name of the Amazon Lex bot in the association.

Returns:

  • (String)


1216
1217
1218
1219
1220
1221
1222
1223
1224
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1216

class GetBotChannelAssociationsRequest < Struct.new(
  :bot_name,
  :bot_alias,
  :next_token,
  :max_results,
  :name_contains)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of associations to return in the response. The default is 50.

Returns:

  • (Integer)


1216
1217
1218
1219
1220
1221
1222
1223
1224
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1216

class GetBotChannelAssociationsRequest < Struct.new(
  :bot_name,
  :bot_alias,
  :next_token,
  :max_results,
  :name_contains)
  SENSITIVE = []
  include Aws::Structure
end

#name_containsString

Substring to match in channel association names. An association will be returned if any part of its name matches the substring. For example, "xyz" matches both "xyzabc" and "abcxyz." To return all bot channel associations, use a hyphen ("-") as the nameContains parameter.

Returns:

  • (String)


1216
1217
1218
1219
1220
1221
1222
1223
1224
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1216

class GetBotChannelAssociationsRequest < Struct.new(
  :bot_name,
  :bot_alias,
  :next_token,
  :max_results,
  :name_contains)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token for fetching the next page of associations. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of associations, specify the pagination token in the next request.

Returns:

  • (String)


1216
1217
1218
1219
1220
1221
1222
1223
1224
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1216

class GetBotChannelAssociationsRequest < Struct.new(
  :bot_name,
  :bot_alias,
  :next_token,
  :max_results,
  :name_contains)
  SENSITIVE = []
  include Aws::Structure
end