abacusai.last_selected_bot

Classes

LastSelectedBot

The last selected bot for the user in the organization.

Module Contents

class abacusai.last_selected_bot.LastSelectedBot(client, externalApplicationId=None, mode=None, createdAt=None, updatedAt=None)

Bases: abacusai.return_class.AbstractApiClass

The last selected bot for the user in the organization.

Parameters:
  • client (ApiClient) – An authenticated API Client instance

  • externalApplicationId (str) – The ID of the last selected bot (External Application).

  • mode (str) – The UI mode selection. One of ‘chat’, ‘auto’, ‘agent’, ‘custom_bot’.

  • createdAt (str) – Timestamp when the record was first created.

  • updatedAt (str) – Timestamp when the record was last modified.

external_application_id = None
mode = None
created_at = None
updated_at = None
deprecated_keys
__repr__()
to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict