Class: Aws::LexModelBuildingService::Types::GetBuiltinIntentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::GetBuiltinIntentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#signature ⇒ String
The unique identifier for a built-in intent.
-
#slots ⇒ Array<Types::BuiltinIntentSlot>
An array of ‘BuiltinIntentSlot` objects, one entry for each slot type in the intent.
-
#supported_locales ⇒ Array<String>
A list of locales that the intent supports.
Instance Attribute Details
#signature ⇒ String
The unique identifier for a built-in intent.
1552 1553 1554 1555 1556 1557 1558 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1552 class GetBuiltinIntentResponse < Struct.new( :signature, :supported_locales, :slots) SENSITIVE = [] include Aws::Structure end |
#slots ⇒ Array<Types::BuiltinIntentSlot>
An array of ‘BuiltinIntentSlot` objects, one entry for each slot type in the intent.
1552 1553 1554 1555 1556 1557 1558 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1552 class GetBuiltinIntentResponse < Struct.new( :signature, :supported_locales, :slots) SENSITIVE = [] include Aws::Structure end |
#supported_locales ⇒ Array<String>
A list of locales that the intent supports.
1552 1553 1554 1555 1556 1557 1558 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1552 class GetBuiltinIntentResponse < Struct.new( :signature, :supported_locales, :slots) SENSITIVE = [] include Aws::Structure end |