Interface StartBotResourceGenerationRequest.Builder

    • Method Detail

      • 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

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

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

        StartBotResourceGenerationRequest.Builder localeId​(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.