
    0jB                     Z    d Z ddlmZmZmZmZ ddlmZ e G d de                      ZdS )z[
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License.
    )ListOptionalProtocolruntime_checkable   )Entityc                   @    e Zd ZU dZeed<   eee                  ed<   dS )TextActivityProtocolz
    Protocol representing a text-based activity.

    Attributes:
        text (str): The textual content of the activity.
        entities (Optional[List[Entity]]): A list of entities associated with the text, such as mentions or links.
    textentitiesN)	__name__
__module____qualname____doc__str__annotations__r   r   r        p/home/rurouni/.hermes/hermes-agent/venv/lib/python3.11/site-packages/microsoft_teams/api/activities/protocols.pyr
   r
      s<           IIItF|$$$$$$r   r
   N)	r   typingr   r   r   r   modelsr   r
   r   r   r   <module>r      s    
 ? > > > > > > > > > > >       
% 
% 
% 
% 
%8 
% 
% 
% 
% 
%r   