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 StartBotResourceGenerationResult

    • Constructor Detail

      • StartBotResourceGenerationResult

        public StartBotResourceGenerationResult()
    • Method Detail

      • setGenerationInputPrompt

        public void setGenerationInputPrompt(String generationInputPrompt)

        The prompt that was used generate intents and slot types for the bot locale.

        Parameters:
        generationInputPrompt - The prompt that was used generate intents and slot types for the bot locale.
      • getGenerationInputPrompt

        public String getGenerationInputPrompt()

        The prompt that was used generate intents and slot types for the bot locale.

        Returns:
        The prompt that was used generate intents and slot types for the bot locale.
      • withGenerationInputPrompt

        public StartBotResourceGenerationResult withGenerationInputPrompt(String generationInputPrompt)

        The prompt that was used generate intents and slot types for the bot locale.

        Parameters:
        generationInputPrompt - The prompt that was used generate intents and slot types for the bot locale.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setGenerationId

        public void setGenerationId(String generationId)

        The unique identifier of the generation request.

        Parameters:
        generationId - The unique identifier of the generation request.
      • getGenerationId

        public String getGenerationId()

        The unique identifier of the generation request.

        Returns:
        The unique identifier of the generation request.
      • withGenerationId

        public StartBotResourceGenerationResult withGenerationId(String generationId)

        The unique identifier of the generation request.

        Parameters:
        generationId - The unique identifier of the generation request.
        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 the generation request was made.

        Parameters:
        botId - The unique identifier of the bot for which the generation request was made.
      • getBotId

        public String getBotId()

        The unique identifier of the bot for which the generation request was made.

        Returns:
        The unique identifier of the bot for which the generation request was made.
      • withBotId

        public StartBotResourceGenerationResult withBotId(String botId)

        The unique identifier of the bot for which the generation request was made.

        Parameters:
        botId - The unique identifier of the bot for which the generation request was made.
        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 the generation request was made.

        Parameters:
        botVersion - The version of the bot for which the generation request was made.
      • getBotVersion

        public String getBotVersion()

        The version of the bot for which the generation request was made.

        Returns:
        The version of the bot for which the generation request was made.
      • withBotVersion

        public StartBotResourceGenerationResult withBotVersion(String botVersion)

        The version of the bot for which the generation request was made.

        Parameters:
        botVersion - The version of the bot for which the generation request was made.
        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 the generation request was made.

        Parameters:
        localeId - The locale of the bot for which the generation request was made.
      • getLocaleId

        public String getLocaleId()

        The locale of the bot for which the generation request was made.

        Returns:
        The locale of the bot for which the generation request was made.
      • withLocaleId

        public StartBotResourceGenerationResult withLocaleId(String localeId)

        The locale of the bot for which the generation request was made.

        Parameters:
        localeId - The locale of the bot for which the generation request was made.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setGenerationStatus

        public void setGenerationStatus(String generationStatus)

        The status of the generation request.

        Parameters:
        generationStatus - The status of the generation request.
        See Also:
        GenerationStatus
      • getGenerationStatus

        public String getGenerationStatus()

        The status of the generation request.

        Returns:
        The status of the generation request.
        See Also:
        GenerationStatus
      • withGenerationStatus

        public StartBotResourceGenerationResult withGenerationStatus(String generationStatus)

        The status of the generation request.

        Parameters:
        generationStatus - The status of the generation request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        GenerationStatus
      • withGenerationStatus

        public StartBotResourceGenerationResult withGenerationStatus(GenerationStatus generationStatus)

        The status of the generation request.

        Parameters:
        generationStatus - The status of the generation request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        GenerationStatus
      • setCreationDateTime

        public void setCreationDateTime(Date creationDateTime)

        The date and time at which the generation request was made.

        Parameters:
        creationDateTime - The date and time at which the generation request was made.
      • getCreationDateTime

        public Date getCreationDateTime()

        The date and time at which the generation request was made.

        Returns:
        The date and time at which the generation request was made.
      • withCreationDateTime

        public StartBotResourceGenerationResult withCreationDateTime(Date creationDateTime)

        The date and time at which the generation request was made.

        Parameters:
        creationDateTime - The date and time at which the generation request was made.
        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 によって変換されたページ (->オリジナル) /