AboutSupportDeveloper GuideVersion 2.0.0
BloombergActionsConfig: {
    contexts?: ContextActionMap;
    intents?: IntentActionMap;
}

Configuration determining which incoming context types and intents will be handled by the API and their resultant actions in the Terminal.

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