Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InteractionModelContributor

Optional interface for Controls that wish to customize Interaction Model.

Hierarchy

  • InteractionModelContributor

Implemented by

Methods

updateInteractionModel

  • Updates the interaction model.

    Usage:

    • Controls should add any content to the interaction model that they rely on. In particular, intents, slot types and slot values.
    • The imData parameter contains localized information for all known slot types and intents. The updateInteractionModel() method should use this to obtain the raw data that is added to the generator.

    Parameters

    Returns void