abacusai.routing_action

Classes

RoutingAction

Routing action

Module Contents

class abacusai.routing_action.RoutingAction(client, name=None, displayName=None, value=None)

Bases: abacusai.return_class.AbstractApiClass

Routing action

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

  • name (str) – The name of the action.

  • displayName (str) – The display name of the action.

  • value (str) – The value of the action.

name
display_name
value
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