Class: Aws::LexModelsV2::Types::ListCustomVocabularyItemsResponse

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 bot associated with this custom vocabulary.

Returns:

  • (String)


9483
9484
9485
9486
9487
9488
9489
9490
9491
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9483

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

#bot_versionString

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

Returns:

  • (String)


9483
9484
9485
9486
9487
9488
9489
9490
9491
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9483

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

#custom_vocabulary_itemsArray<Types::CustomVocabularyItem>

The custom vocabulary items from the list custom vocabulary response.

Returns:



9483
9484
9485
9486
9487
9488
9489
9490
9491
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9483

class ListCustomVocabularyItemsResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :custom_vocabulary_items,
  :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 .

Returns:

  • (String)


9483
9484
9485
9486
9487
9488
9489
9490
9491
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9483

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

#next_tokenString

The nextToken identifier to the list custom vocabulary response.

Returns:

  • (String)


9483
9484
9485
9486
9487
9488
9489
9490
9491
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9483

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