Interface BotRecommendationSummary.Builder

    • Method Detail

      • botRecommendationStatus

        BotRecommendationSummary.Builder botRecommendationStatus​(String botRecommendationStatus)

        The status of the bot recommendation.

        If the status is Failed, then the reasons for the failure are listed in the failureReasons field.

        Parameters:
        botRecommendationStatus - The status of the bot recommendation.

        If the status is Failed, then the reasons for the failure are listed in the failureReasons field.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BotRecommendationStatus, BotRecommendationStatus
      • botRecommendationStatus

        BotRecommendationSummary.Builder botRecommendationStatus​(BotRecommendationStatus botRecommendationStatus)

        The status of the bot recommendation.

        If the status is Failed, then the reasons for the failure are listed in the failureReasons field.

        Parameters:
        botRecommendationStatus - The status of the bot recommendation.

        If the status is Failed, then the reasons for the failure are listed in the failureReasons field.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BotRecommendationStatus, BotRecommendationStatus
      • botRecommendationId

        BotRecommendationSummary.Builder botRecommendationId​(String botRecommendationId)

        The unique identifier of the bot recommendation to be updated.

        Parameters:
        botRecommendationId - The unique identifier of the bot recommendation to be updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDateTime

        BotRecommendationSummary.Builder creationDateTime​(Instant creationDateTime)

        A timestamp of the date and time that the bot recommendation was created.

        Parameters:
        creationDateTime - A timestamp of the date and time that the bot recommendation was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedDateTime

        BotRecommendationSummary.Builder lastUpdatedDateTime​(Instant lastUpdatedDateTime)

        A timestamp of the date and time that the bot recommendation was last updated.

        Parameters:
        lastUpdatedDateTime - A timestamp of the date and time that the bot recommendation was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.