--- title: CallHistoryParticipant --- :::error **The Ruby SDK is deprecated as of 9/16/2020** The Genesys Cloud Ruby SDK (v96.0.0) will be frozen at its current version level. Any new enhancements to our API or bug fixes will not be backported. If you do need to take advantage of new features or bug fixes outside the Genesys Cloud Ruby SDK, you will need to use the Genesys Cloud REST endpoints directly. More information can be found in the [Official Announcement](https://developer.mypurecloud.com/forum/t/announcement-genesys-cloud-ruby-sdk-end-of-life/8850). ::: ## PureCloud::CallHistoryParticipant ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The unique participant ID. | [optional] | | **name** | **String** | The display friendly name of the participant. | [optional] | | **address** | **String** | The participant address. | [optional] | | **start_time** | **DateTime** | The time when this participant first joined the conversation. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **end_time** | **DateTime** | The time when this participant went disconnected for this media (eg: video disconnected time). Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **purpose** | **String** | The participant's purpose. Values can be: 'agent', 'user', 'customer', 'external', 'acd', 'ivr | [optional] | | **direction** | **String** | The participant's direction. Values can be: 'inbound' or 'outbound' | [optional] | | **ani** | **String** | The call ANI. | [optional] | | **dnis** | **String** | The call DNIS. | [optional] | | **user** | [**User**](User.html) | The PureCloud user for this participant. | [optional] | | **queue** | [**Queue**](Queue.html) | The PureCloud queue for this participant. | [optional] | | **group** | [**Group**](Group.html) | The group involved in the group ring call. | [optional] | | **disconnect_type** | **String** | The reason the participant was disconnected from the conversation. | [optional] | | **external_contact** | [**ExternalContact**](ExternalContact.html) | The PureCloud external contact | [optional] | | **external_organization** | [**ExternalOrganization**](ExternalOrganization.html) | The PureCloud external organization | [optional] | | **did_interact** | **BOOLEAN** | Indicates whether the contact ever connected | [optional] | | **sip_response_codes** | **Array<Integer>** | Indicates SIP Response codes associated with the participant | [optional] | | **flagged_reason** | **String** | The reason specifying why participant flagged the conversation. | [optional] | | **outbound_campaign** | [**Campaign**](Campaign.html) | The outbound campaign associated with the participant | [optional] | {: class="table table-striped"}