Class: Aws::LexModelBuildingService::Types::BuiltinSlotTypeMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::BuiltinSlotTypeMetadata
- Defined in:
- gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Provides information about a built in slot type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#signature ⇒ String
A unique identifier for the built-in slot type.
-
#supported_locales ⇒ Array<String>
A list of target locales for the slot.
Instance Attribute Details
#signature ⇒ String
A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
265 266 267 268 269 270 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 265 class BuiltinSlotTypeMetadata < Struct.new( :signature, :supported_locales) SENSITIVE = [] include Aws::Structure end |
#supported_locales ⇒ Array<String>
A list of target locales for the slot.
265 266 267 268 269 270 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 265 class BuiltinSlotTypeMetadata < Struct.new( :signature, :supported_locales) SENSITIVE = [] include Aws::Structure end |