abacusai.last_selected_bot ========================== .. py:module:: abacusai.last_selected_bot Classes ------- .. autoapisummary:: abacusai.last_selected_bot.LastSelectedBot Module Contents --------------- .. py:class:: LastSelectedBot(client, externalApplicationId=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` The last selected bot for the user in the organization. :param client: An authenticated API Client instance :type client: ApiClient :param externalApplicationId: The ID of the last selected bot (External Application). :type externalApplicationId: str .. py:attribute:: external_application_id :value: None .. py:attribute:: deprecated_keys .. py:method:: __repr__() .. py:method:: to_dict() Get a dict representation of the parameters in this class :returns: The dict value representation of the class parameters :rtype: dict