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

Class: Aws::LexModelBuildingService::Types::PutSlotTypeResponse

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.

#create_versionBoolean

True if a new version of the slot type was created. If the createVersion field was not specified in the request, the createVersion field is set to false in the response.

Returns:

  • (Boolean)

    True if a new version of the slot type was created.

#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 slot type, 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 the parent of the slot type.

Returns:

  • (String)

    The built-in slot type used as the parent of the slot type.

#slot_type_configurationsArray<Types::SlotTypeConfiguration>

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

Returns:

#value_selection_strategyString

The slot resolution 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 slot resolution strategy that Amazon Lex uses to determine the value of the slot.

#versionString

The version of the slot type. For a new slot type, the version is always $LATEST.

Returns:

  • (String)

    The version of the slot type.