| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
PathFormat |
PathFormat.clone() |
PathFormat |
S3BucketTranscriptSource.getPathFormat()
The object that contains a path format that will be applied when Amazon Lex reads the transcript file in the
bucket you provide.
|
PathFormat |
PathFormat.withObjectPrefixes(Collection<String> objectPrefixes)
A list of Amazon S3 prefixes that points to sub-folders in the Amazon S3 bucket.
|
PathFormat |
PathFormat.withObjectPrefixes(String... objectPrefixes)
A list of Amazon S3 prefixes that points to sub-folders in the Amazon S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3BucketTranscriptSource.setPathFormat(PathFormat pathFormat)
The object that contains a path format that will be applied when Amazon Lex reads the transcript file in the
bucket you provide.
|
S3BucketTranscriptSource |
S3BucketTranscriptSource.withPathFormat(PathFormat pathFormat)
The object that contains a path format that will be applied when Amazon Lex reads the transcript file in the
bucket you provide.
|
Copyright © 2022. All rights reserved.