You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::LexModelBuildingService::Types::Intent
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::Intent
- Defined in:
- (unknown)
Overview
Note:
When passing Intent as input to an Aws::Client method, you can use a vanilla Hash:
{
intent_name: "IntentName", # required
intent_version: "Version", # required
}
Identifies the specific version of an intent.
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.
#intent_version ⇒ String
The version of the intent.