BloombergActionsConfig: {
    contexts?: ContextActionMap;
    intents?: IntentActionMap;
}

Configuration determining which context types and intents will be handled by the Bloomberg Terminal, and how.

Type declaration

  • Optional contexts?: ContextActionMap

    Context types that will be handled along with their corresponding actions.

  • Optional intents?: IntentActionMap

    Intents that will be handled along with their corresponding actions.

Generated using TypeDoc