| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static TranscriptSourceSetting.Builder |
TranscriptSourceSetting.builder() |
default TranscriptSourceSetting.Builder |
TranscriptSourceSetting.Builder.s3BucketTranscriptSource(Consumer<S3BucketTranscriptSource.Builder> s3BucketTranscriptSource)
Indicates the setting of the Amazon S3 bucket where the transcript is stored.
|
TranscriptSourceSetting.Builder |
TranscriptSourceSetting.Builder.s3BucketTranscriptSource(S3BucketTranscriptSource s3BucketTranscriptSource)
Indicates the setting of the Amazon S3 bucket where the transcript is stored.
|
TranscriptSourceSetting.Builder |
TranscriptSourceSetting.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TranscriptSourceSetting.Builder> |
TranscriptSourceSetting.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateBotRecommendationResponse.Builder |
UpdateBotRecommendationResponse.Builder.transcriptSourceSetting(Consumer<TranscriptSourceSetting.Builder> transcriptSourceSetting)
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
|
default StartBotRecommendationRequest.Builder |
StartBotRecommendationRequest.Builder.transcriptSourceSetting(Consumer<TranscriptSourceSetting.Builder> transcriptSourceSetting)
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
|
default DescribeBotRecommendationResponse.Builder |
DescribeBotRecommendationResponse.Builder.transcriptSourceSetting(Consumer<TranscriptSourceSetting.Builder> transcriptSourceSetting)
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
|
default StartBotRecommendationResponse.Builder |
StartBotRecommendationResponse.Builder.transcriptSourceSetting(Consumer<TranscriptSourceSetting.Builder> transcriptSourceSetting)
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
|
Copyright © 2023. All rights reserved.