Class CreateSlotResponse

    • Method Detail

      • slotId

        public final String slotId()

        The unique identifier associated with the slot. Use this to identify the slot when you update or delete it.

        Returns:
        The unique identifier associated with the slot. Use this to identify the slot when you update or delete it.
      • 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 associated with the slot.

        Returns:
        The description associated with the slot.
      • slotTypeId

        public final String slotTypeId()

        The unique identifier of the slot type associated with this slot.

        Returns:
        The unique identifier of the slot type associated with this slot.
      • valueElicitationSetting

        public final SlotValueElicitationSetting valueElicitationSetting()

        The value elicitation settings specified for the slot.

        Returns:
        The value elicitation settings specified for the slot.
      • obfuscationSetting

        public final ObfuscationSetting obfuscationSetting()

        Indicates whether the slot is configured to obfuscate values in Amazon CloudWatch logs.

        Returns:
        Indicates whether the slot is configured to obfuscate values in Amazon CloudWatch logs.
      • botId

        public final String botId()

        The unique identifier of the bot associated with the slot.

        Returns:
        The unique 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 local specified for the slot.

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

        public final String intentId()

        The unique identifier of the intent associated with the slot.

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

        public final Instant creationDateTime()

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

        Returns:
        The timestamp of the date and time that the slot was created.
      • multipleValuesSetting

        public final MultipleValuesSetting multipleValuesSetting()

        Indicates whether the slot returns multiple values in one response.

        Returns:
        Indicates whether the slot returns multiple values in one response.
      • 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