Class: Aws::LexModelsV2::Types::CustomVocabularyItem

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

Overview

The unique custom vocabulary item from the custom vocabulary list.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_asString

The DisplayAs value for the custom vocabulary item from the custom vocabulary list.

Returns:

  • (String)


4738
4739
4740
4741
4742
4743
4744
4745
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 4738

class CustomVocabularyItem < Struct.new(
  :item_id,
  :phrase,
  :weight,
  :display_as)
  SENSITIVE = []
  include Aws::Structure
end

#item_idString

The unique item identifer for the custom vocabulary item from the custom vocabulary list.

Returns:

  • (String)


4738
4739
4740
4741
4742
4743
4744
4745
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 4738

class CustomVocabularyItem < Struct.new(
  :item_id,
  :phrase,
  :weight,
  :display_as)
  SENSITIVE = []
  include Aws::Structure
end

#phraseString

The unique phrase for the custom vocabulary item from the custom vocabulary list.

Returns:

  • (String)


4738
4739
4740
4741
4742
4743
4744
4745
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 4738

class CustomVocabularyItem < Struct.new(
  :item_id,
  :phrase,
  :weight,
  :display_as)
  SENSITIVE = []
  include Aws::Structure
end

#weightInteger

The weight assigned for the custom vocabulary item from the custom vocabulary list.

Returns:

  • (Integer)


4738
4739
4740
4741
4742
4743
4744
4745
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 4738

class CustomVocabularyItem < Struct.new(
  :item_id,
  :phrase,
  :weight,
  :display_as)
  SENSITIVE = []
  include Aws::Structure
end