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

Class: Aws::LexModelBuildingService::Types::GetSlotTypeResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#checksumString

Checksum of the $LATEST version of the slot type.

Returns:

  • (String)

    Checksum of the $LATEST version of the slot type.

#created_dateTime

The date that the slot type was created.

Returns:

  • (Time)

    The date that the slot type was created.

#descriptionString

A description of the slot type.

Returns:

  • (String)

    A description of the slot type.

#enumeration_valuesArray<Types::EnumerationValue>

A list of EnumerationValue objects that defines the values that the slot type can take.

Returns:

  • (Array<Types::EnumerationValue>)

    A list of EnumerationValue objects that defines the values that the slot type can take.

#last_updated_dateTime

The date that the slot type was updated. When you create a resource, the creation date and last update date are the same.

Returns:

  • (Time)

    The date that the slot type was updated.

#nameString

The name of the slot type.

Returns:

  • (String)

    The name of the slot type.

#parent_slot_type_signatureString

The built-in slot type used as a parent for the slot type.

Returns:

  • (String)

    The built-in slot type used as a parent for the slot type.

#slot_type_configurationsArray<Types::SlotTypeConfiguration>

Configuration information that extends the parent built-in slot type.

Returns:

#value_selection_strategyString

The strategy that Amazon Lex uses to determine the value of the slot. For more information, see PutSlotType.

Possible values:

  • ORIGINAL_VALUE
  • TOP_RESOLUTION

Returns:

  • (String)

    The strategy that Amazon Lex uses to determine the value of the slot.

#versionString

The version of the slot type.

Returns:

  • (String)

    The version of the slot type.