Class: Aws::LexModelBuildingService::Types::GetBuiltinIntentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::GetBuiltinIntentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Note:
When making an API call, you may pass GetBuiltinIntentRequest data as a hash:
{
signature: "BuiltinIntentSignature", # required
}
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*.
1473 1474 1475 1476 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1473 class GetBuiltinIntentRequest < Struct.new( :signature) include Aws::Structure end |