Represents supported input/output layers for agent capabilities
const layers = new SupportedLayers({ input: ['text', 'audio'], output: ['text', 'ssml', 'audio']}); Copy
const layers = new SupportedLayers({ input: ['text', 'audio'], output: ['text', 'ssml', 'audio']});
Creates a new SupportedLayers instance
SupportedLayers configuration options
Readonly
Convert to JSON string
Convert to plain object
Static
Represents supported input/output layers for agent capabilities
Example