Interface StartBotResourceGenerationResponse.Builder

  • Method Details

    • 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

      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

      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

      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

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

      StartBotResourceGenerationResponse.Builder generationStatus(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

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