Uses of Class
com.mypurecloud.sdk.v2.model.WebChatMemberInfo
Packages that use WebChatMemberInfo
-
Uses of WebChatMemberInfo in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return WebChatMemberInfoModifier and TypeMethodDescriptionWebChatApi.getWebchatGuestConversationMember(GetWebchatGuestConversationMemberRequest request) Deprecated.WebChatApi.getWebchatGuestConversationMember(String conversationId, String memberId) Deprecated.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type WebChatMemberInfoModifier and TypeMethodDescriptionWebChatApi.getWebchatGuestConversationMember(ApiRequest<Void> request) Deprecated.WebChatApiAsync.getWebchatGuestConversationMemberAsync(GetWebchatGuestConversationMemberRequest request, AsyncApiCallback<WebChatMemberInfo> callback) Deprecated.WebChatApiAsync.getWebchatGuestConversationMemberAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WebChatMemberInfo>> callback) Deprecated.WebChatApi.getWebchatGuestConversationMemberWithHttpInfo(String conversationId, String memberId) Deprecated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type WebChatMemberInfoModifier and TypeMethodDescriptionWebChatApiAsync.getWebchatGuestConversationMemberAsync(GetWebchatGuestConversationMemberRequest request, AsyncApiCallback<WebChatMemberInfo> callback) Deprecated.WebChatApiAsync.getWebchatGuestConversationMemberAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WebChatMemberInfo>> callback) Deprecated. -
Uses of WebChatMemberInfo in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WebChatMemberInfoModifier and TypeMethodDescriptionWebChatMemberInfo.authenticatedGuest(Boolean authenticatedGuest) If true, the guest member is an authenticated guest.WebChatMemberInfo.avatarImageUrl(String avatarImageUrl) The url to the avatar image of the member.WebChatMemberInfo.customFields(Map<String, String> customFields) Any custom fields of information pertaining to this member.WebChatMemberInfo.displayName(String displayName) The display name of the member.The email address of the member.The first name of the member.CreateWebChatConversationResponse.getMember()WebChatConversation.getMember()WebChatMessage.getSender()WebChatTyping.getSender()The communicationId of this member.The time the member joined the conversation.The last name of the member.The time the member left the conversation, or null if the member is still active in the conversation.WebChatMemberInfo.phoneNumber(String phoneNumber) The phone number of the member.WebChatMemberInfo.role(WebChatMemberInfo.RoleEnum role) The role of the member, one of [agent, customer, acd, workflow]WebChatMemberInfo.state(WebChatMemberInfo.StateEnum state) The connection state of this member.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type WebChatMemberInfoMethods in com.mypurecloud.sdk.v2.model with parameters of type WebChatMemberInfoModifier and TypeMethodDescriptionCreateWebChatConversationResponse.member(WebChatMemberInfo member) Chat MemberWebChatConversation.member(WebChatMemberInfo member) Chat MemberWebChatMessage.sender(WebChatMemberInfo sender) The member who sent the messageWebChatTyping.sender(WebChatMemberInfo sender) The member who sent the messagevoidCreateWebChatConversationResponse.setMember(WebChatMemberInfo member) voidWebChatConversation.setMember(WebChatMemberInfo member) voidWebChatMessage.setSender(WebChatMemberInfo sender) voidWebChatTyping.setSender(WebChatMemberInfo sender) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type WebChatMemberInfoModifier and TypeMethodDescriptionWebChatMemberInfoEntityList.entities(List<WebChatMemberInfo> entities) voidWebChatMemberInfoEntityList.setEntities(List<WebChatMemberInfo> entities)