Class: Aws::LexModelBuildingService::Types::BuiltinIntentSlot
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::BuiltinIntentSlot
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Provides information about a slot used in a built-in intent.
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.
182 183 184 185 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 182 class BuiltinIntentSlot < Struct.new( :name) include Aws::Structure end |