Class DescribeSlotResponse

    • Method Detail

      • slotId

        public final String slotId()

        The unique identifier generated for the slot.

        Returns:
        The unique identifier generated for the slot.
      • slotName

        public final String slotName()

        The name specified for the slot.

        Returns:
        The name specified for the slot.
      • description

        public final String description()

        The description specified for the slot.

        Returns:
        The description specified for the slot.
      • slotTypeId

        public final String slotTypeId()

        The identifier of the slot type that determines the values entered into the slot.

        Returns:
        The identifier of the slot type that determines the values entered into the slot.
      • valueElicitationSetting

        public final SlotValueElicitationSetting valueElicitationSetting()

        Prompts that Amazon Lex uses to elicit a value for the slot.

        Returns:
        Prompts that Amazon Lex uses to elicit a value for the slot.
      • obfuscationSetting

        public final ObfuscationSetting obfuscationSetting()

        Whether slot values are shown in Amazon CloudWatch logs. If the value is None, the actual value of the slot is shown in logs.

        Returns:
        Whether slot values are shown in Amazon CloudWatch logs. If the value is None, the actual value of the slot is shown in logs.
      • botId

        public final String botId()

        The identifier of the bot associated with the slot.

        Returns:
        The identifier of the bot associated with the slot.
      • botVersion

        public final String botVersion()

        The version of the bot associated with the slot.

        Returns:
        The version of the bot associated with the slot.
      • localeId

        public final String localeId()

        The language and locale specified for the slot.

        Returns:
        The language and locale specified for the slot.
      • intentId

        public final String intentId()

        The identifier of the intent associated with the slot.

        Returns:
        The identifier of the intent associated with the slot.
      • creationDateTime

        public final Instant creationDateTime()

        A timestamp of the date and time that the slot was created.

        Returns:
        A timestamp of the date and time that the slot was created.
      • lastUpdatedDateTime

        public final Instant lastUpdatedDateTime()

        A timestamp of the date and time that the slot was last updated.

        Returns:
        A timestamp of the date and time that the slot was last updated.
      • multipleValuesSetting

        public final MultipleValuesSetting multipleValuesSetting()

        Indicates whether the slot accepts multiple values in a single utterance.

        If the multipleValuesSetting is not set, the default value is false.

        Returns:
        Indicates whether the slot accepts multiple values in a single utterance.

        If the multipleValuesSetting is not set, the default value is false.

      • subSlotSetting

        public final SubSlotSetting subSlotSetting()

        Specifications for the constituent sub slots and the expression for the composite slot.

        Returns:
        Specifications for the constituent sub slots and the expression for the composite slot.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object