Contents

IntentDefinitions.DefinitionCollection

A collection of a specific type of definition.

Declaration

struct DefinitionCollection<Definition>

Overview

Retrieve individual definitions using their type identifier string as shown in the following example:

let orderIntent = definitions.intents[
    "OrderCoffeeIntent"
]

Topics

Subscripts