PrintRequest

class desdeo_tools.interaction.PrintRequest(message, request_id=None)[source]

Bases: desdeo_tools.interaction.request.BaseRequest

Methods can use this request class to send out textual information to be displayed to the decision maker. This could be a single message in the form of a string, or multiple messages in a list of strings. The method of displaying these messages is left to the UI.