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 CreateBotVersionRequest

    • Constructor Detail

      • CreateBotVersionRequest

        public CreateBotVersionRequest()
    • Method Detail

      • setBotId

        public void setBotId(String botId)

        The identifier of the bot to create the version for.

        Parameters:
        botId - The identifier of the bot to create the version for.
      • getBotId

        public String getBotId()

        The identifier of the bot to create the version for.

        Returns:
        The identifier of the bot to create the version for.
      • withBotId

        public CreateBotVersionRequest withBotId(String botId)

        The identifier of the bot to create the version for.

        Parameters:
        botId - The identifier of the bot to create the version for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        A description of the version. Use the description to help identify the version in lists.

        Parameters:
        description - A description of the version. Use the description to help identify the version in lists.
      • getDescription

        public String getDescription()

        A description of the version. Use the description to help identify the version in lists.

        Returns:
        A description of the version. Use the description to help identify the version in lists.
      • withDescription

        public CreateBotVersionRequest withDescription(String description)

        A description of the version. Use the description to help identify the version in lists.

        Parameters:
        description - A description of the version. Use the description to help identify the version in lists.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getBotVersionLocaleSpecification

        public Map<String,BotVersionLocaleDetails> getBotVersionLocaleSpecification()

        Specifies the locales that Amazon Lex adds to this version. You can choose the Draft version or any other previously published version for each locale. When you specify a source version, the locale data is copied from the source version to the new version.

        Returns:
        Specifies the locales that Amazon Lex adds to this version. You can choose the Draft version or any other previously published version for each locale. When you specify a source version, the locale data is copied from the source version to the new version.
      • setBotVersionLocaleSpecification

        public void setBotVersionLocaleSpecification(Map<String,BotVersionLocaleDetails> botVersionLocaleSpecification)

        Specifies the locales that Amazon Lex adds to this version. You can choose the Draft version or any other previously published version for each locale. When you specify a source version, the locale data is copied from the source version to the new version.

        Parameters:
        botVersionLocaleSpecification - Specifies the locales that Amazon Lex adds to this version. You can choose the Draft version or any other previously published version for each locale. When you specify a source version, the locale data is copied from the source version to the new version.
      • withBotVersionLocaleSpecification

        public CreateBotVersionRequest withBotVersionLocaleSpecification(Map<String,BotVersionLocaleDetails> botVersionLocaleSpecification)

        Specifies the locales that Amazon Lex adds to this version. You can choose the Draft version or any other previously published version for each locale. When you specify a source version, the locale data is copied from the source version to the new version.

        Parameters:
        botVersionLocaleSpecification - Specifies the locales that Amazon Lex adds to this version. You can choose the Draft version or any other previously published version for each locale. When you specify a source version, the locale data is copied from the source version to the new version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearBotVersionLocaleSpecificationEntries

        public CreateBotVersionRequest clearBotVersionLocaleSpecificationEntries()
        Removes all the entries added into BotVersionLocaleSpecification.
        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 によって変換されたページ (->オリジナル) /