Class: Aws::LexModelsV2::Types::ListCustomVocabularyItemsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

The identifier of the version of the bot associated with this custom vocabulary.

Returns:

  • (String)


9443
9444
9445
9446
9447
9448
9449
9450
9451
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9443

class ListCustomVocabularyItemsRequest < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#bot_versionString

The bot version of the bot to the list custom vocabulary request.

Returns:

  • (String)


9443
9444
9445
9446
9447
9448
9449
9450
9451
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9443

class ListCustomVocabularyItemsRequest < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#locale_idString

The identifier of the language and locale where this custom vocabulary is used. The string must match one of the supported locales. For more information, see Supported languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).

Returns:

  • (String)


9443
9444
9445
9446
9447
9448
9449
9450
9451
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9443

class ListCustomVocabularyItemsRequest < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of items returned by the list operation.

Returns:

  • (Integer)


9443
9444
9445
9446
9447
9448
9449
9450
9451
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9443

class ListCustomVocabularyItemsRequest < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The nextToken identifier to the list custom vocabulary request.

Returns:

  • (String)


9443
9444
9445
9446
9447
9448
9449
9450
9451
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9443

class ListCustomVocabularyItemsRequest < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end