AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface IntentMetadata<TargetType>

    The type used to describe an intent within the platform.

    interface IntentMetadata<TargetType = any> {
        intentResolutionResultId?: string;
        resultType?: string;
        target?: TargetType;
    }

    Type Parameters

    • TargetType = any
    Index
    intentResolutionResultId?: string
    resultType?: string
    target?: TargetType