Class: Aws::LexModelsV2::Types::SlotTypeSummary

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

Overview

Provides summary information about a slot type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the slot type.

Returns:

  • (String)


12646
12647
12648
12649
12650
12651
12652
12653
12654
12655
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12646

class SlotTypeSummary < Struct.new(
  :slot_type_id,
  :slot_type_name,
  :description,
  :parent_slot_type_signature,
  :last_updated_date_time,
  :slot_type_category)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

A timestamp of the date and time that the slot type was last updated.

Returns:

  • (Time)


12646
12647
12648
12649
12650
12651
12652
12653
12654
12655
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12646

class SlotTypeSummary < Struct.new(
  :slot_type_id,
  :slot_type_name,
  :description,
  :parent_slot_type_signature,
  :last_updated_date_time,
  :slot_type_category)
  SENSITIVE = []
  include Aws::Structure
end

#parent_slot_type_signatureString

If the slot type is derived from a built-on slot type, the name of the parent slot type.

Returns:

  • (String)


12646
12647
12648
12649
12650
12651
12652
12653
12654
12655
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12646

class SlotTypeSummary < Struct.new(
  :slot_type_id,
  :slot_type_name,
  :description,
  :parent_slot_type_signature,
  :last_updated_date_time,
  :slot_type_category)
  SENSITIVE = []
  include Aws::Structure
end

#slot_type_categoryString

Indicates the type of the slot type.

  • ‘Custom` - A slot type that you created using custom values. For more information, see [Creating custom slot types].

  • ‘Extended` - A slot type created by extending the `AMAZON.AlphaNumeric` built-in slot type. For more information, see [ `AMAZON.AlphaNumeric` ][2].

  • ‘ExternalGrammar` - A slot type using a custom GRXML grammar to define values. For more information, see [Using a custom grammar slot type].

[1]: docs.aws.amazon.com/lexv2/latest/dg/custom-slot-types.html [2]: docs.aws.amazon.com/lexv2/latest/dg/built-in-slot-alphanumerice.html [3]: docs.aws.amazon.com/lexv2/latest/dg/building-grxml.html

Returns:

  • (String)


12646
12647
12648
12649
12650
12651
12652
12653
12654
12655
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12646

class SlotTypeSummary < Struct.new(
  :slot_type_id,
  :slot_type_name,
  :description,
  :parent_slot_type_signature,
  :last_updated_date_time,
  :slot_type_category)
  SENSITIVE = []
  include Aws::Structure
end

#slot_type_idString

The unique identifier assigned to the slot type.

Returns:

  • (String)


12646
12647
12648
12649
12650
12651
12652
12653
12654
12655
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12646

class SlotTypeSummary < Struct.new(
  :slot_type_id,
  :slot_type_name,
  :description,
  :parent_slot_type_signature,
  :last_updated_date_time,
  :slot_type_category)
  SENSITIVE = []
  include Aws::Structure
end

#slot_type_nameString

The name of the slot type.

Returns:

  • (String)


12646
12647
12648
12649
12650
12651
12652
12653
12654
12655
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12646

class SlotTypeSummary < Struct.new(
  :slot_type_id,
  :slot_type_name,
  :description,
  :parent_slot_type_signature,
  :last_updated_date_time,
  :slot_type_category)
  SENSITIVE = []
  include Aws::Structure
end