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 StartBotResourceGenerationRequest

    • Constructor Detail

      • StartBotResourceGenerationRequest

        public StartBotResourceGenerationRequest()
    • Method Detail

      • setGenerationInputPrompt

        public void setGenerationInputPrompt(String generationInputPrompt)

        The prompt to generate intents and slot types for the bot locale. Your description should be both detailed and precise to help generate appropriate and sufficient intents for your bot. Include a list of actions to improve the intent creation process.

        Parameters:
        generationInputPrompt - The prompt to generate intents and slot types for the bot locale. Your description should be both detailed and precise to help generate appropriate and sufficient intents for your bot. Include a list of actions to improve the intent creation process.
      • getGenerationInputPrompt

        public String getGenerationInputPrompt()

        The prompt to generate intents and slot types for the bot locale. Your description should be both detailed and precise to help generate appropriate and sufficient intents for your bot. Include a list of actions to improve the intent creation process.

        Returns:
        The prompt to generate intents and slot types for the bot locale. Your description should be both detailed and precise to help generate appropriate and sufficient intents for your bot. Include a list of actions to improve the intent creation process.
      • withGenerationInputPrompt

        public StartBotResourceGenerationRequest withGenerationInputPrompt(String generationInputPrompt)

        The prompt to generate intents and slot types for the bot locale. Your description should be both detailed and precise to help generate appropriate and sufficient intents for your bot. Include a list of actions to improve the intent creation process.

        Parameters:
        generationInputPrompt - The prompt to generate intents and slot types for the bot locale. Your description should be both detailed and precise to help generate appropriate and sufficient intents for your bot. Include a list of actions to improve the intent creation process.
        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 for which to generate intents and slot types.

        Parameters:
        botId - The unique identifier of the bot for which to generate intents and slot types.
      • getBotId

        public String getBotId()

        The unique identifier of the bot for which to generate intents and slot types.

        Returns:
        The unique identifier of the bot for which to generate intents and slot types.
      • withBotId

        public StartBotResourceGenerationRequest withBotId(String botId)

        The unique identifier of the bot for which to generate intents and slot types.

        Parameters:
        botId - The unique identifier of the bot for which to generate intents and slot types.
        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 for which to generate intents and slot types.

        Parameters:
        botVersion - The version of the bot for which to generate intents and slot types.
      • getBotVersion

        public String getBotVersion()

        The version of the bot for which to generate intents and slot types.

        Returns:
        The version of the bot for which to generate intents and slot types.
      • withBotVersion

        public StartBotResourceGenerationRequest withBotVersion(String botVersion)

        The version of the bot for which to generate intents and slot types.

        Parameters:
        botVersion - The version of the bot for which to generate intents and slot types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLocaleId

        public void setLocaleId(String localeId)

        The locale of the bot for which to generate intents and slot types.

        Parameters:
        localeId - The locale of the bot for which to generate intents and slot types.
      • getLocaleId

        public String getLocaleId()

        The locale of the bot for which to generate intents and slot types.

        Returns:
        The locale of the bot for which to generate intents and slot types.
      • withLocaleId

        public StartBotResourceGenerationRequest withLocaleId(String localeId)

        The locale of the bot for which to generate intents and slot types.

        Parameters:
        localeId - The locale of the bot for which to generate intents and slot types.
        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 によって変換されたページ (->オリジナル) /