ruạṛ
a O��f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�InteractionSummaryzG Summary of access request customer and operator conversation. c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a' Initializes a new InteractionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this InteractionSummary. :type id: str :param user_id: The value to assign to the user_id property of this InteractionSummary. :type user_id: str :param user_name: The value to assign to the user_name property of this InteractionSummary. :type user_name: str :param message: The value to assign to the message property of this InteractionSummary. :type message: str :param user_type: The value to assign to the user_type property of this InteractionSummary. :type user_type: str :param time_of_conversation: The value to assign to the time_of_conversation property of this InteractionSummary. :type time_of_conversation: datetime �str�datetime)�id�user_id� user_name�message� user_type�time_of_conversationr �userId�userNamer �userType�timeOfConversationN)� swagger_types� attribute_map�_id�_user_id� _user_name�_message� _user_type�_time_of_conversation)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/operator_access_control/models/interaction_summary.py�__init__ s( � � zInteractionSummary.__init__c C s | j S )z� Gets the id of this InteractionSummary. The uniqueId of the message. :return: The id of this InteractionSummary. :rtype: str �r �r r r r r G s zInteractionSummary.idc C s || _ dS )z� Sets the id of this InteractionSummary. The uniqueId of the message. :param id: The id of this InteractionSummary. :type: str Nr )r r r r r r S s c C s | j S )z� Gets the user_id of this InteractionSummary. customer or operator id who is part of this conversation. :return: The user_id of this InteractionSummary. :rtype: str �r r! r r r r _ s zInteractionSummary.user_idc C s || _ dS )z� Sets the user_id of this InteractionSummary. customer or operator id who is part of this conversation. :param user_id: The user_id of this InteractionSummary. :type: str Nr"