RaiseIntentConfiguration

Defines config options for Raising FDC3 Intents

TypeScript
export interface

Properties

Property
custom
StartCall
StartChat
StartEmail
ViewAnalysis
ViewChart
ViewContact
ViewHoldings
ViewInstrument
ViewInteractions
ViewNews
ViewOrders
ViewProfile
ViewQuote
ViewResearch

Property Details

custom

TypeScript
custom?: {
        [customIntent: string]: RaiseIntentConfig[];
    };
Property Value

\{ [customIntent: string]:RaiseIntentConfig[]; \}

StartCall

TypeScript
StartCall?: RaiseIntentConfig[];
Property Value

RaiseIntentConfig[]

StartChat

TypeScript
StartChat?: RaiseIntentConfig[];
Property Value

RaiseIntentConfig[]

StartEmail

TypeScript
StartEmail?: RaiseIntentConfig[];
Property Value

RaiseIntentConfig[]

ViewAnalysis

TypeScript
ViewAnalysis?: RaiseIntentConfig[];
Property Value

RaiseIntentConfig[]

ViewChart

TypeScript
ViewChart?: RaiseIntentConfig[];
Property Value

RaiseIntentConfig[]

ViewContact

TypeScript
ViewContact?: RaiseIntentConfig[];
Property Value

RaiseIntentConfig[]

ViewHoldings

TypeScript
ViewHoldings?: RaiseIntentConfig[];
Property Value

RaiseIntentConfig[]

ViewInstrument

TypeScript
ViewInstrument?: RaiseIntentConfig[];
Property Value

RaiseIntentConfig[]

ViewInteractions

TypeScript
ViewInteractions?: RaiseIntentConfig[];
Property Value

RaiseIntentConfig[]

ViewNews

TypeScript
ViewNews?: RaiseIntentConfig[];
Property Value

RaiseIntentConfig[]

ViewOrders

TypeScript
ViewOrders?: RaiseIntentConfig[];
Property Value

RaiseIntentConfig[]

ViewProfile

TypeScript
ViewProfile?: RaiseIntentConfig[];
Property Value

RaiseIntentConfig[]

ViewQuote

TypeScript
ViewQuote?: RaiseIntentConfig[];
Property Value

RaiseIntentConfig[]

ViewResearch

TypeScript
ViewResearch?: RaiseIntentConfig[];
Property Value

RaiseIntentConfig[]