abacusai.hosted_app =================== .. py:module:: abacusai.hosted_app Classes ------- .. autoapisummary:: abacusai.hosted_app.HostedApp Module Contents --------------- .. py:class:: HostedApp(client, hostedAppId=None, deploymentConversationId=None, name=None, createdAt=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` Hosted App :param client: An authenticated API Client instance :type client: ApiClient :param hostedAppId: The ID of the hosted app :type hostedAppId: id :param deploymentConversationId: The ID of the deployment conversation :type deploymentConversationId: id :param name: The name of the hosted app :type name: str :param createdAt: The creation timestamp :type createdAt: str .. py:attribute:: hosted_app_id :value: None .. py:attribute:: deployment_conversation_id :value: None .. py:attribute:: name :value: None .. py:attribute:: created_at :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