Interface ListRecommendedIntentsResponse.Builder

    • Method Detail

      • botId

        ListRecommendedIntentsResponse.Builder botId​(String botId)

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

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

        ListRecommendedIntentsResponse.Builder botVersion​(String botVersion)

        The version of the bot that contains the intent.

        Parameters:
        botVersion - The version of the bot that contains the intent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • localeId

        ListRecommendedIntentsResponse.Builder localeId​(String localeId)

        The identifier of the language and locale of the intents to list. The string must match one of the supported locales. For more information, see Supported languages.

        Parameters:
        localeId - The identifier of the language and locale of the intents to list. The string must match one of the supported locales. For more information, see Supported languages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • botRecommendationId

        ListRecommendedIntentsResponse.Builder botRecommendationId​(String botRecommendationId)

        The identifier of the bot recommendation that contains the recommended intent.

        Parameters:
        botRecommendationId - The identifier of the bot recommendation that contains the recommended intent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • summaryList

        ListRecommendedIntentsResponse.Builder summaryList​(Collection<RecommendedIntentSummary> summaryList)

        Summary information for the intents that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more intents available, the nextToken field contains a token to get the next page of results.

        Parameters:
        summaryList - Summary information for the intents that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more intents available, the nextToken field contains a token to get the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • summaryList

        ListRecommendedIntentsResponse.Builder summaryList​(RecommendedIntentSummary... summaryList)

        Summary information for the intents that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more intents available, the nextToken field contains a token to get the next page of results.

        Parameters:
        summaryList - Summary information for the intents that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more intents available, the nextToken field contains a token to get the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListRecommendedIntentsResponse.Builder nextToken​(String nextToken)

        A token that indicates whether there are more results to return in a response to the ListRecommendedIntents operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListRecommendedIntents operation request to get the next page of results.

        Parameters:
        nextToken - A token that indicates whether there are more results to return in a response to the ListRecommendedIntents operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListRecommendedIntents operation request to get the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.