Class: Aws::LexModelBuildingService::Types::GetIntentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::GetIntentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Note:
When making an API call, you may pass GetIntentRequest data as a hash:
{
name: "IntentName", # required
version: "Version", # required
}
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the intent.
-
#version ⇒ String
The version of the intent.
Instance Attribute Details
#name ⇒ String
The name of the intent. The name is case sensitive.
1647 1648 1649 1650 1651 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1647 class GetIntentRequest < Struct.new( :name, :version) include Aws::Structure end |
#version ⇒ String
The version of the intent.
1647 1648 1649 1650 1651 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1647 class GetIntentRequest < Struct.new( :name, :version) include Aws::Structure end |