JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.lexmodelsv2.model

Class CreateSlotResult

    • Constructor Detail

      • CreateSlotResult

        public CreateSlotResult()
    • Method Detail

      • setSlotId

        public void setSlotId(String slotId)

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

        Parameters:
        slotId - The unique identifier associated with the slot. Use this to identify the slot when you update or delete it.
      • getSlotId

        public String getSlotId()

        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.
      • withSlotId

        public CreateSlotResult withSlotId(String slotId)

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

        Parameters:
        slotId - The unique identifier associated with the slot. Use this to identify the slot when you update or delete it.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSlotName

        public void setSlotName(String slotName)

        The name specified for the slot.

        Parameters:
        slotName - The name specified for the slot.
      • getSlotName

        public String getSlotName()

        The name specified for the slot.

        Returns:
        The name specified for the slot.
      • withSlotName

        public CreateSlotResult withSlotName(String slotName)

        The name specified for the slot.

        Parameters:
        slotName - The name specified for the slot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        The description associated with the slot.

        Parameters:
        description - The description associated with the slot.
      • getDescription

        public String getDescription()

        The description associated with the slot.

        Returns:
        The description associated with the slot.
      • withDescription

        public CreateSlotResult withDescription(String description)

        The description associated with the slot.

        Parameters:
        description - The description associated with the slot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSlotTypeId

        public void setSlotTypeId(String slotTypeId)

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

        Parameters:
        slotTypeId - The unique identifier of the slot type associated with this slot.
      • getSlotTypeId

        public String getSlotTypeId()

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

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

        public CreateSlotResult withSlotTypeId(String slotTypeId)

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

        Parameters:
        slotTypeId - The unique identifier of the slot type associated with this slot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setValueElicitationSetting

        public void setValueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting)

        The value elicitation settings specified for the slot.

        Parameters:
        valueElicitationSetting - The value elicitation settings specified for the slot.
      • getValueElicitationSetting

        public SlotValueElicitationSetting getValueElicitationSetting()

        The value elicitation settings specified for the slot.

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

        public CreateSlotResult withValueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting)

        The value elicitation settings specified for the slot.

        Parameters:
        valueElicitationSetting - The value elicitation settings specified for the slot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setObfuscationSetting

        public void setObfuscationSetting(ObfuscationSetting obfuscationSetting)

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

        Parameters:
        obfuscationSetting - Indicates whether the slot is configured to obfuscate values in Amazon CloudWatch logs.
      • getObfuscationSetting

        public ObfuscationSetting getObfuscationSetting()

        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.
      • withObfuscationSetting

        public CreateSlotResult withObfuscationSetting(ObfuscationSetting obfuscationSetting)

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

        Parameters:
        obfuscationSetting - Indicates whether the slot is configured to obfuscate values in Amazon CloudWatch logs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBotId

        public void setBotId(String botId)

        The unique identifier of the bot associated with the slot.

        Parameters:
        botId - The unique identifier of the bot associated with the slot.
      • getBotId

        public String getBotId()

        The unique identifier of the bot associated with the slot.

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

        public CreateSlotResult withBotId(String botId)

        The unique identifier of the bot associated with the slot.

        Parameters:
        botId - The unique identifier of the bot associated with the slot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBotVersion

        public void setBotVersion(String botVersion)

        The version of the bot associated with the slot.

        Parameters:
        botVersion - The version of the bot associated with the slot.
      • getBotVersion

        public String getBotVersion()

        The version of the bot associated with the slot.

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

        public CreateSlotResult withBotVersion(String botVersion)

        The version of the bot associated with the slot.

        Parameters:
        botVersion - The version of the bot associated with the slot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLocaleId

        public void setLocaleId(String localeId)

        The language and local specified for the slot.

        Parameters:
        localeId - The language and local specified for the slot.
      • getLocaleId

        public String getLocaleId()

        The language and local specified for the slot.

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

        public CreateSlotResult withLocaleId(String localeId)

        The language and local specified for the slot.

        Parameters:
        localeId - The language and local specified for the slot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIntentId

        public void setIntentId(String intentId)

        The unique identifier of the intent associated with the slot.

        Parameters:
        intentId - The unique identifier of the intent associated with the slot.
      • getIntentId

        public String getIntentId()

        The unique identifier of the intent associated with the slot.

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

        public CreateSlotResult withIntentId(String intentId)

        The unique identifier of the intent associated with the slot.

        Parameters:
        intentId - The unique identifier of the intent associated with the slot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationDateTime

        public void setCreationDateTime(Date creationDateTime)

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

        Parameters:
        creationDateTime - The timestamp of the date and time that the slot was created.
      • getCreationDateTime

        public Date getCreationDateTime()

        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.
      • withCreationDateTime

        public CreateSlotResult withCreationDateTime(Date creationDateTime)

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

        Parameters:
        creationDateTime - The timestamp of the date and time that the slot was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMultipleValuesSetting

        public void setMultipleValuesSetting(MultipleValuesSetting multipleValuesSetting)

        Indicates whether the slot returns multiple values in one response.

        Parameters:
        multipleValuesSetting - Indicates whether the slot returns multiple values in one response.
      • getMultipleValuesSetting

        public MultipleValuesSetting getMultipleValuesSetting()

        Indicates whether the slot returns multiple values in one response.

        Returns:
        Indicates whether the slot returns multiple values in one response.
      • withMultipleValuesSetting

        public CreateSlotResult withMultipleValuesSetting(MultipleValuesSetting multipleValuesSetting)

        Indicates whether the slot returns multiple values in one response.

        Parameters:
        multipleValuesSetting - Indicates whether the slot returns multiple values in one response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSubSlotSetting

        public void setSubSlotSetting(SubSlotSetting subSlotSetting)

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

        Parameters:
        subSlotSetting - Specifications for the constituent sub slots and the expression for the composite slot.
      • getSubSlotSetting

        public SubSlotSetting getSubSlotSetting()

        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.
      • withSubSlotSetting

        public CreateSlotResult withSubSlotSetting(SubSlotSetting subSlotSetting)

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

        Parameters:
        subSlotSetting - Specifications for the constituent sub slots and the expression for the composite slot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /