Sha256: 494a5078b11c0d0e9f1a3a3cb2193db4b97ff8bc254f8c536042f42033b86a97
Contents?: true
Size: 1.01 KB
Versions: 103
Compression:
Stored size: 1.01 KB
Contents
--- title: ConversationBasic --- ## PureCloud::ConversationBasic ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | | [optional] | | **start_time** | **DateTime** | The time when the conversation started. This will be the time when the first participant joined the conversation. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | | | **end_time** | **DateTime** | The time when the conversation ended. This will be the time when the last participant left the conversation, or null when the conversation is still active. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | | **participants** | [**Array<ParticipantBasic>**](ParticipantBasic.html) | | [optional] | {: class="table table-striped"}
Version data entries
103 entries across 103 versions & 2 rubygems