Values.S3BucketTranscriptSourceSourceThe object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
type nonrec t = {s3BucketName : S3BucketName.t;The name of the bucket containing the transcript and the associated metadata.
*)pathFormat : PathFormat.t option;The object that contains a path format that will be applied when Amazon Lex reads the transcript file in the bucket you provide. Specify this object if you only want Lex to read a subset of files in your Amazon S3 bucket.
*)transcriptFormat : TranscriptFormat.t;The format of the transcript content. Currently, Genie only supports the Amazon Lex transcript format.
*)transcriptFilter : TranscriptFilter.t option;The object that contains the filter which will be applied when Amazon Lex reads through the Amazon S3 bucket. Specify this object if you want Amazon Lex to read only a subset of the Amazon S3 bucket based on the filter you provide.
*)kmsKeyArn : KmsKeyArn.t option;The ARN of the KMS key that customer use to encrypt their Amazon S3 bucket. Only use this field if your bucket is encrypted using a customer managed KMS key.
*)}val make :
?pathFormat:??? ->
?transcriptFilter:??? ->
?kmsKeyArn:??? ->
s3BucketName:S3BucketName.t ->
transcriptFormat:TranscriptFormat.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of S3BucketName.t
| `Structure of
(string
* [> `List of [> `String of ObjectPrefix.t ] list
| `Structure of
(string
* [> `Structure of
(string * [> `Timestamp of Timestamp.t ]) list ])
list ])
list ])
list ]