AboutSupportDeveloper GuideVersion 41.129.83.2

Intent descriptor

interface IntentMetadata {
    displayName: string;
    name: string;
}

Properties

Properties

displayName: string

Display name for the intent.

Use the intent name for display as display name may vary for each application as it is defined in the app's AppD record.

name: string

The unique name of the intent that can be invoked by the raiseIntent call