AboutSupportDeveloper GuideVersion 38.126.83.74

Intent descriptor

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

Properties

Properties

displayName: string

A friendly display name for the intent that should be used to render UI elements

name: string

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