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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_dateTime

The date that the intent was created.

Returns:

  • (Time)


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

#descriptionString

A description of the intent.

Returns:

  • (String)


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_dateTime

The date that the intent was updated. When you create an intent, the creation date and last updated date are the same.

Returns:

  • (Time)


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

#nameString

The name of the intent.

Returns:

  • (String)


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

#versionString

The version of the intent.

Returns:

  • (String)


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