Sha256: e084653ac8f2edfa415baf20f04cbb3578ec011187c7d92d4d9f2d42a95800f6
Contents?: true
Size: 1.57 KB
Versions: 14
Compression:
Stored size: 1.57 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] | | **first_name** | **String** | The first name of the member. | [optional] | | **last_name** | **String** | The last name of the member. | [optional] | | **email** | **String** | The email address of the member. | [optional] | | **phone_number** | **String** | The phone number 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
14 entries across 14 versions & 1 rubygems