Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

S3BucketTranscriptSource

import type { S3BucketTranscriptSource } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";

The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.

interface S3BucketTranscriptSource {
kmsKeyArn?: string | null;
pathFormat?: PathFormat | null;
s3BucketName: string;
transcriptFilter?: TranscriptFilter | null;
transcriptFormat: TranscriptFormat;
}

§Properties

§
kmsKeyArn?: string | null
[src]

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.

§
pathFormat?: PathFormat | null
[src]

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.

§
s3BucketName: string
[src]

The name of the bucket containing the transcript and the associated metadata.

§
transcriptFilter?: TranscriptFilter | null
[src]

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.

§
transcriptFormat: TranscriptFormat
[src]

The format of the transcript content. Currently, Genie only supports the Amazon Lex transcript format.