Class: Aws::LexModelBuildingService::Types::GetBuiltinIntentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::GetBuiltinIntentRequest
- 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.
Instance Attribute Details
#signature ⇒ String
The unique identifier for a built-in intent. To find the signature for an intent, see [Standard Built-in Intents] in the *Alexa Skills Kit*.
1531 1532 1533 1534 1535 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1531 class GetBuiltinIntentRequest < Struct.new( :signature) SENSITIVE = [] include Aws::Structure end |