Interface VoiceFocusDeviceOptions

A set of options that can be supplied when creating an Amazon Voice Focus device.

interface VoiceFocusDeviceOptions {
    assetGroup?: string;
    logger?: Logger;
    preload?: boolean;
    revisionID?: string;
}

Hierarchy (View Summary)

Properties

assetGroup?: string
logger?: Logger

A Logger to which log output will be written.

preload?: boolean

If true, Amazon Voice Focus assets will be loaded from the network as soon as possible. If false, load will be delayed until the device is used to create an input stream.

revisionID?: string