Interface DescribeBotRecommendationResponse.Builder

    • Method Detail

      • botId

        DescribeBotRecommendationResponse.Builder botId​(String botId)

        The identifier of the bot associated with the bot recommendation.

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

        DescribeBotRecommendationResponse.Builder botVersion​(String botVersion)

        The version of the bot associated with the bot recommendation.

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

        DescribeBotRecommendationResponse.Builder localeId​(String localeId)

        The identifier of the language and locale of the bot recommendation to describe.

        Parameters:
        localeId - The identifier of the language and locale of the bot recommendation to describe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • botRecommendationStatus

        DescribeBotRecommendationResponse.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

        DescribeBotRecommendationResponse.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

        DescribeBotRecommendationResponse.Builder botRecommendationId​(String botRecommendationId)

        The identifier of the bot recommendation being described.

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

        DescribeBotRecommendationResponse.Builder failureReasons​(Collection<String> failureReasons)

        If botRecommendationStatus is Failed, Amazon Lex explains why.

        Parameters:
        failureReasons - If botRecommendationStatus is Failed, Amazon Lex explains why.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureReasons

        DescribeBotRecommendationResponse.Builder failureReasons​(String... failureReasons)

        If botRecommendationStatus is Failed, Amazon Lex explains why.

        Parameters:
        failureReasons - If botRecommendationStatus is Failed, Amazon Lex explains why.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDateTime

        DescribeBotRecommendationResponse.Builder creationDateTime​(Instant creationDateTime)

        The date and time that the bot recommendation was created.

        Parameters:
        creationDateTime - 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

        DescribeBotRecommendationResponse.Builder lastUpdatedDateTime​(Instant lastUpdatedDateTime)

        The date and time that the bot recommendation was last updated.

        Parameters:
        lastUpdatedDateTime - 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.
      • transcriptSourceSetting

        DescribeBotRecommendationResponse.Builder transcriptSourceSetting​(TranscriptSourceSetting transcriptSourceSetting)

        The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.

        Parameters:
        transcriptSourceSetting - The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • encryptionSetting

        DescribeBotRecommendationResponse.Builder encryptionSetting​(EncryptionSetting encryptionSetting)

        The object representing the passwords that were used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.

        Parameters:
        encryptionSetting - The object representing the passwords that were used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • botRecommendationResults

        DescribeBotRecommendationResponse.Builder botRecommendationResults​(BotRecommendationResults botRecommendationResults)

        The object representing the URL of the bot definition, the URL of the associated transcript and a statistical summary of the bot recommendation results.

        Parameters:
        botRecommendationResults - The object representing the URL of the bot definition, the URL of the associated transcript and a statistical summary of the bot recommendation results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.