TextAgent

fun TextAgent(    messageSender: MessageSender,     contextManager: ContextManagerInterface,     dialogAttributeStorage: DialogAttributeStorageInterface,     textSourceHandler: TextAgentInterface.TextSourceHandler?,     textRedirectHandler: TextAgentInterface.TextRedirectHandler?,     expectTypingController: ExpectTypingHandlerInterface.Controller,     interactionControlManager: InteractionControlManagerInterface,     directiveSequencer: DirectiveSequencerInterface,     interLayerDisplayPolicyManager: InterLayerDisplayPolicyManager)