Interface StartBotResourceGenerationResponse.Builder

    • Method Detail

      • generationInputPrompt

        StartBotResourceGenerationResponse.Builder generationInputPrompt​(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.
      • generationId

        StartBotResourceGenerationResponse.Builder generationId​(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.
      • botId

        StartBotResourceGenerationResponse.Builder botId​(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.
      • botVersion

        StartBotResourceGenerationResponse.Builder botVersion​(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.
      • localeId

        StartBotResourceGenerationResponse.Builder localeId​(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.
      • creationDateTime

        StartBotResourceGenerationResponse.Builder creationDateTime​(Instant 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.