ruạṛ
a ���fF � @ 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 �strZdatetime)�id�user_id� user_name�message� user_type�time_of_conversationr ZuserIdZuserNamer ZuserTypeZtimeOfConversationN)Z swagger_typesZ attribute_map�_id�_user_id� _user_name�_message� _user_type�_time_of_conversation)�self�kwargs� r �Z/usr/lib/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 I 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 U 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 a 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 )r r r r r r m s c C s | j S )z� Gets the user_name of this InteractionSummary. customer or operator Name who is part of this conversation. :return: The user_name of this InteractionSummary. :rtype: str �r r r r r r y s zInteractionSummary.user_namec C s || _ dS )z� Sets the user_name of this InteractionSummary. customer or operator Name who is part of this conversation. :param user_name: The user_name of this InteractionSummary. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the message of this InteractionSummary. contains the information exchanged between operator and customer. :return: The message of this InteractionSummary. :rtype: str �r r r r r r � s zInteractionSummary.messagec C s || _ dS )z� Sets the message of this InteractionSummary. contains the information exchanged between operator and customer. :param message: The message of this InteractionSummary. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the user_type of this InteractionSummary. Whether the userConversation is an operator or customer. :return: The user_type of this InteractionSummary. :rtype: str �r r r r r r � s zInteractionSummary.user_typec C s || _ dS )z� Sets the user_type of this InteractionSummary. Whether the userConversation is an operator or customer. :param user_type: The user_type of this InteractionSummary. :type: str Nr )r r r r r r � s c C s | j S )aM Gets the time_of_conversation of this InteractionSummary. Time when the conversation happened in `RFC 3339`__timestamp format. Example: '2020-05-22T21:10:29.600Z' __ https://tools.ietf.org/html/rfc3339 :return: The time_of_conversation of this InteractionSummary. :rtype: datetime �r r r r r r � s z'InteractionSummary.time_of_conversationc C s || _ dS )a` Sets the time_of_conversation of this InteractionSummary. Time when the conversation happened in `RFC 3339`__timestamp format. Example: '2020-05-22T21:10:29.600Z' __ https://tools.ietf.org/html/rfc3339 :param time_of_conversation: The time_of_conversation of this InteractionSummary. :type: datetime Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zInteractionSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zInteractionSummary.__eq__c C s | |k S r r r# r r r �__ne__� s zInteractionSummary.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&