Class: Aws::LexModelBuildingService::Types::IntentMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::IntentMetadata
- Defined in:
- gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Provides information about an intent.
Constant Summary collapse
- SENSITIVE =
[]
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.
2469 2470 2471 2472 2473 2474 2475 2476 2477 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2469 class IntentMetadata < Struct.new( :name, :description, :last_updated_date, :created_date, :version) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the intent.
2469 2470 2471 2472 2473 2474 2475 2476 2477 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2469 class IntentMetadata < Struct.new( :name, :description, :last_updated_date, :created_date, :version) SENSITIVE = [] 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.
2469 2470 2471 2472 2473 2474 2475 2476 2477 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2469 class IntentMetadata < Struct.new( :name, :description, :last_updated_date, :created_date, :version) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the intent.
2469 2470 2471 2472 2473 2474 2475 2476 2477 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2469 class IntentMetadata < Struct.new( :name, :description, :last_updated_date, :created_date, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the intent.
2469 2470 2471 2472 2473 2474 2475 2476 2477 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2469 class IntentMetadata < Struct.new( :name, :description, :last_updated_date, :created_date, :version) SENSITIVE = [] include Aws::Structure end |