Class: Aws::LexModelBuildingService::Types::GetBuiltinIntentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::GetBuiltinIntentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
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.
1493 1494 1495 1496 1497 1498 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1493 class GetBuiltinIntentResponse < Struct.new( :signature, :supported_locales, :slots) include Aws::Structure end |
#slots ⇒ Array<Types::BuiltinIntentSlot>
An array of ‘BuiltinIntentSlot` objects, one entry for each slot type in the intent.
1493 1494 1495 1496 1497 1498 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1493 class GetBuiltinIntentResponse < Struct.new( :signature, :supported_locales, :slots) include Aws::Structure end |
#supported_locales ⇒ Array<String>
A list of locales that the intent supports.
1493 1494 1495 1496 1497 1498 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1493 class GetBuiltinIntentResponse < Struct.new( :signature, :supported_locales, :slots) include Aws::Structure end |