src/rpiWebClient.interfaces.ts
Interface for defining realtime decision options
Properties |
|
apiContext |
apiContext:
|
Type : string
|
Optional |
The API Context to use to determine the pre-decision plugins to execute for a decision request |
applyNumberResultsToNested |
applyNumberResultsToNested:
|
Type : boolean
|
Optional |
Flag to specify if the maximum number of results should be applied to nested decisions. |
defaultContentAddress |
defaultContentAddress:
|
Type : string
|
Optional |
The default address for web-hosted decision content. |
isContextLookup |
isContextLookup:
|
Type : boolean
|
Optional |
Flag to specify if the request is for a context decision |
lookupRequest |
lookupRequest:
|
Type : string
|
Optional |
The lookup attribute request for the decision |
masterMessageDivs |
masterMessageDivs:
|
Type : Array<string>
|
Optional |
The list of div names defining the master message div for Inbound Message Lists. |
minuteOffsetUTC |
minuteOffsetUTC:
|
Type : string
|
Optional |
NEED DESCRIPTION |
numberOfResults |
numberOfResults:
|
Type : number
|
Optional |
The maximum number of results to return from a decision request. |