Class: Aws::LexModelBuildingService::Types::GetBuiltinIntentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::GetBuiltinIntentResponse
- Defined in:
- gems/aws-sdk-lexmodelbuildingservice/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 'gems/aws-sdk-lexmodelbuildingservice/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 'gems/aws-sdk-lexmodelbuildingservice/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 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1552 class GetBuiltinIntentResponse < Struct.new( :signature, :supported_locales, :slots) SENSITIVE = [] include Aws::Structure end |