abacusai.session_transcripts ============================ .. py:module:: abacusai.session_transcripts Classes ------- .. autoapisummary:: abacusai.session_transcripts.SessionTranscripts Module Contents --------------- .. py:class:: SessionTranscripts(client, transcripts=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` A list of session transcripts :param client: An authenticated API Client instance :type client: ApiClient :param transcripts: A list of session transcripts. :type transcripts: list[sessiontranscript] .. py:attribute:: transcripts :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