Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.TranscriptSourceSetting
-
Packages that use TranscriptSourceSetting Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of TranscriptSourceSetting in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return TranscriptSourceSetting Modifier and Type Method Description TranscriptSourceSettingDescribeBotRecommendationResponse. transcriptSourceSetting()The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.TranscriptSourceSettingStartBotRecommendationRequest. transcriptSourceSetting()The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.TranscriptSourceSettingStartBotRecommendationResponse. transcriptSourceSetting()The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.TranscriptSourceSettingUpdateBotRecommendationResponse. transcriptSourceSetting()The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type TranscriptSourceSetting Modifier and Type Method Description DescribeBotRecommendationResponse.BuilderDescribeBotRecommendationResponse.Builder. transcriptSourceSetting(TranscriptSourceSetting transcriptSourceSetting)The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.StartBotRecommendationRequest.BuilderStartBotRecommendationRequest.Builder. transcriptSourceSetting(TranscriptSourceSetting transcriptSourceSetting)The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.StartBotRecommendationResponse.BuilderStartBotRecommendationResponse.Builder. transcriptSourceSetting(TranscriptSourceSetting transcriptSourceSetting)The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.UpdateBotRecommendationResponse.BuilderUpdateBotRecommendationResponse.Builder. transcriptSourceSetting(TranscriptSourceSetting transcriptSourceSetting)The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
-