Class: Aws::LexModelBuildingService::Types::IntentMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::IntentMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Provides information about an intent.
Instance Attribute Summary collapse
-
#created_date ⇒ Time
The date that the intent was created.
-
#description ⇒ String
A description of the intent.
-
#last_updated_date ⇒ Time
The date that the intent was updated.
-
#name ⇒ String
The name of the intent.
-
#version ⇒ String
The version of the intent.
Instance Attribute Details
#created_date ⇒ Time
The date that the intent was created.
2134 2135 2136 2137 2138 2139 2140 2141 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2134 class IntentMetadata < Struct.new( :name, :description, :last_updated_date, :created_date, :version) include Aws::Structure end |
#description ⇒ String
A description of the intent.
2134 2135 2136 2137 2138 2139 2140 2141 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2134 class IntentMetadata < Struct.new( :name, :description, :last_updated_date, :created_date, :version) include Aws::Structure end |
#last_updated_date ⇒ Time
The date that the intent was updated. When you create an intent, the creation date and last updated date are the same.
2134 2135 2136 2137 2138 2139 2140 2141 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2134 class IntentMetadata < Struct.new( :name, :description, :last_updated_date, :created_date, :version) include Aws::Structure end |
#name ⇒ String
The name of the intent.
2134 2135 2136 2137 2138 2139 2140 2141 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2134 class IntentMetadata < Struct.new( :name, :description, :last_updated_date, :created_date, :version) include Aws::Structure end |
#version ⇒ String
The version of the intent.
2134 2135 2136 2137 2138 2139 2140 2141 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2134 class IntentMetadata < Struct.new( :name, :description, :last_updated_date, :created_date, :version) include Aws::Structure end |