You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Provides information about an intent.

Instance Attribute Summary collapse

Instance Attribute Details

#created_dateTime

The date that the intent was created.

Returns:

  • (Time)

    The date that the intent was created.

#descriptionString

A description of the intent.

Returns:

  • (String)

    A description of the intent.

#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)

    The date that the intent was updated.

#nameString

The name of the intent.

Returns:

  • (String)

    The name of the intent.

#versionString

The version of the intent.

Returns:

  • (String)

    The version of the intent.