Interface RecommendedIntentSummary.Builder

    • Method Detail

      • intentId

        RecommendedIntentSummary.Builder intentId​(String intentId)

        The unique identifier of a recommended intent associated with the bot recommendation.

        Parameters:
        intentId - The unique identifier of a recommended intent associated with the bot recommendation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • intentName

        RecommendedIntentSummary.Builder intentName​(String intentName)

        The name of a recommended intent associated with the bot recommendation.

        Parameters:
        intentName - The name of a recommended intent associated with the bot recommendation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sampleUtterancesCount

        RecommendedIntentSummary.Builder sampleUtterancesCount​(Integer sampleUtterancesCount)

        The count of sample utterances of a recommended intent that is associated with a bot recommendation.

        Parameters:
        sampleUtterancesCount - The count of sample utterances of a recommended intent that is associated with a bot recommendation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.