Class: Aws::LexModelsV2::Types::NewCustomVocabularyItem

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

Overview

The new custom vocabulary item from the custom vocabulary list.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_asString

The display as value assigned to the new custom vocabulary item from the custom vocabulary list.

Returns:

  • (String)


11139
11140
11141
11142
11143
11144
11145
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11139

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

#phraseString

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

Returns:

  • (String)


11139
11140
11141
11142
11143
11144
11145
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11139

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

#weightInteger

The weight assigned to the new custom vocabulary item from the custom vocabulary list.

Returns:

  • (Integer)


11139
11140
11141
11142
11143
11144
11145
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11139

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