Interface StartBotResourceGenerationRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<StartBotResourceGenerationRequest.Builder,StartBotResourceGenerationRequest>, LexModelsV2Request.Builder, SdkBuilder<StartBotResourceGenerationRequest.Builder,StartBotResourceGenerationRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
StartBotResourceGenerationRequest

  • Method Details

    • generationInputPrompt

      StartBotResourceGenerationRequest.Builder generationInputPrompt(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.
    • 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.
    • 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.
    • 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.
    • overrideConfiguration

      StartBotResourceGenerationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.