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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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)


11066
11067
11068
11069
11070
11071
11072
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11066

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)


11066
11067
11068
11069
11070
11071
11072
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11066

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)


11066
11067
11068
11069
11070
11071
11072
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11066

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