Class StartBotResourceGenerationRequest

    • Method Detail

      • generationInputPrompt

        public final 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.

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

        public final String botId()

        The unique identifier of the bot for which to generate intents and slot types.

        Returns:
        The unique identifier of the bot for which to generate intents and slot types.
      • botVersion

        public final String botVersion()

        The version of the bot for which to generate intents and slot types.

        Returns:
        The version of the bot for which to generate intents and slot types.
      • localeId

        public final String localeId()

        The locale of the bot for which to generate intents and slot types.

        Returns:
        The locale of the bot for which to generate intents and slot types.
      • toString

        public final 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