Class: Aws::LexModelsV2::Types::ExternalSourceSetting
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ExternalSourceSetting
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Provides information about the external source of the slot type’s definition.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#grammar_slot_type_setting ⇒ Types::GrammarSlotTypeSetting
Settings required for a slot type based on a grammar that you provide.
Instance Attribute Details
#grammar_slot_type_setting ⇒ Types::GrammarSlotTypeSetting
Settings required for a slot type based on a grammar that you provide.
7507 7508 7509 7510 7511 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7507 class ExternalSourceSetting < Struct.new( :grammar_slot_type_setting) SENSITIVE = [] include Aws::Structure end |