Class: Aws::LexModelBuildingService::Types::IntentMetadata

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelbuildingservice/types.rb

Overview

Provides information about an intent.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_dateTime

The date that the intent was created.



2469
2470
2471
2472
2473
2474
2475
2476
2477
# File '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

#descriptionString

A description of the intent.



2469
2470
2471
2472
2473
2474
2475
2476
2477
# File '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_dateTime

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 '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

#nameString

The name of the intent.



2469
2470
2471
2472
2473
2474
2475
2476
2477
# File '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

#versionString

The version of the intent.



2469
2470
2471
2472
2473
2474
2475
2476
2477
# File '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