AboutSupportDeveloper GuideVersion 38.126.82.64

Interface FindIntentsByContextOptions<MetadataType>

interface FindIntentsByContextOptions<MetadataType> {
    context: OpenFin.Context;
    metadata?: MetadataType;
}

Type Parameters

Properties

Properties

context: OpenFin.Context
metadata?: MetadataType