Interface StartBotRecommendationResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<StartBotRecommendationResponse.Builder,,- StartBotRecommendationResponse> - LexModelsV2Response.Builder,- SdkBuilder<StartBotRecommendationResponse.Builder,,- StartBotRecommendationResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- StartBotRecommendationResponse
- 
Method SummaryModifier and TypeMethodDescriptionThe unique identifier of the bot containing the bot recommendation.botRecommendationId(String botRecommendationId) The identifier of the bot recommendation that you have created.botRecommendationStatus(String botRecommendationStatus) The status of the bot recommendation.botRecommendationStatus(BotRecommendationStatus botRecommendationStatus) The status of the bot recommendation.botVersion(String botVersion) The version of the bot containing the bot recommendation.creationDateTime(Instant creationDateTime) A timestamp of the date and time that the bot recommendation was created.encryptionSetting(Consumer<EncryptionSetting.Builder> 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.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.The identifier of the language and locale of the bot recommendation to start.transcriptSourceSetting(Consumer<TranscriptSourceSetting.Builder> transcriptSourceSetting) The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.transcriptSourceSetting(TranscriptSourceSetting transcriptSourceSetting) The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Response.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
botIdThe unique identifier of the bot containing the bot recommendation. - Parameters:
- botId- The unique identifier of the bot containing the bot recommendation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
botVersionThe version of the bot containing the bot recommendation. - Parameters:
- botVersion- The version of the bot containing the bot recommendation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
localeIdThe identifier of the language and locale of the bot recommendation to start. 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 bot recommendation to start. 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.
 
- 
botRecommendationStatusThe 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:
 
- 
botRecommendationStatusStartBotRecommendationResponse.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:
 
- 
botRecommendationIdThe identifier of the bot recommendation that you have created. - Parameters:
- botRecommendationId- The identifier of the bot recommendation that you have created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creationDateTimeA 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.
 
- 
transcriptSourceSettingStartBotRecommendationResponse.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.
 
- 
transcriptSourceSettingdefault StartBotRecommendationResponse.Builder transcriptSourceSetting(Consumer<TranscriptSourceSetting.Builder> transcriptSourceSetting) The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata. This is a convenience method that creates an instance of theTranscriptSourceSetting.Builderavoiding the need to create one manually viaTranscriptSourceSetting.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totranscriptSourceSetting(TranscriptSourceSetting).- Parameters:
- transcriptSourceSetting- a consumer that will call methods on- TranscriptSourceSetting.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
encryptionSettingThe 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.
 
- 
encryptionSettingdefault StartBotRecommendationResponse.Builder encryptionSetting(Consumer<EncryptionSetting.Builder> 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. This is a convenience method that creates an instance of theEncryptionSetting.Builderavoiding the need to create one manually viaEncryptionSetting.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toencryptionSetting(EncryptionSetting).- Parameters:
- encryptionSetting- a consumer that will call methods on- EncryptionSetting.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-