Sha256: 544df8006c552857313945b73d854e3a06abb24908fa0549384fa856c8f601e4
Contents?: true
Size: 1.26 KB
Versions: 30
Compression:
Stored size: 1.26 KB
Contents
--- title: WebChatMemberInfo --- ## PureCloud::WebChatMemberInfo ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The communicationId of this member. | [optional] | | **display_name** | **String** | The display name of the member. | [optional] | | **avatar_image_url** | **String** | The url to the avatar image of the member. | [optional] | | **role** | **String** | The role of the member, one of [agent, customer, acd, workflow] | | | **join_date** | **DateTime** | The time the member joined the conversation. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **leave_date** | **DateTime** | The time the member left the conversation, or null if the member is still active in the conversation. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **authenticated_guest** | **BOOLEAN** | If true, the guest member is an authenticated guest. | [optional] | | **custom_fields** | **Hash<String, String>** | Any custom fields of information pertaining to this member. | [optional] | | **state** | **String** | The connection state of this member. | [optional] | {: class="table table-striped"}
Version data entries
30 entries across 30 versions & 1 rubygems