Class: Aws::LexModelBuildingService::Types::BuiltinIntentSlot
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::BuiltinIntentSlot
- Defined in:
- gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Provides information about a slot used in a built-in intent.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
A list of the slots defined for the intent.
Instance Attribute Details
#name ⇒ String
A list of the slots defined for the intent.
241 242 243 244 245 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 241 class BuiltinIntentSlot < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |