Interface GenerateBotElementResponse.Builder

    • Method Detail

      • botId

        GenerateBotElementResponse.Builder botId​(String botId)

        The unique bot Id for the bot which received the response.

        Parameters:
        botId - The unique bot Id for the bot which received the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • botVersion

        GenerateBotElementResponse.Builder botVersion​(String botVersion)

        The unique bot version for the bot which received the response.

        Parameters:
        botVersion - The unique bot version for the bot which received the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • localeId

        GenerateBotElementResponse.Builder localeId​(String localeId)

        The unique locale Id for the bot which received the response.

        Parameters:
        localeId - The unique locale Id for the bot which received the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • intentId

        GenerateBotElementResponse.Builder intentId​(String intentId)

        The unique intent Id for the bot which received the response.

        Parameters:
        intentId - The unique intent Id for the bot which received the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sampleUtterances

        GenerateBotElementResponse.Builder sampleUtterances​(Collection<SampleUtterance> sampleUtterances)

        The sample utterances for the bot which received the response.

        Parameters:
        sampleUtterances - The sample utterances for the bot which received the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sampleUtterances

        GenerateBotElementResponse.Builder sampleUtterances​(SampleUtterance... sampleUtterances)

        The sample utterances for the bot which received the response.

        Parameters:
        sampleUtterances - The sample utterances for the bot which received the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.