Class: Aws::LexModelBuildingService::Types::Intent
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::Intent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Identifies the specific version of an intent.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#intent_name ⇒ String
The name of the intent.
-
#intent_version ⇒ String
The version of the intent.
Instance Attribute Details
#intent_name ⇒ String
The name of the intent.
2437 2438 2439 2440 2441 2442 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2437 class Intent < Struct.new( :intent_name, :intent_version) SENSITIVE = [] include Aws::Structure end |
#intent_version ⇒ String
The version of the intent.
2437 2438 2439 2440 2441 2442 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2437 class Intent < Struct.new( :intent_name, :intent_version) SENSITIVE = [] include Aws::Structure end |