Uses of Class
com.mypurecloud.sdk.v2.model.GuestMemberInfo
Packages that use GuestMemberInfo
-
Uses of GuestMemberInfo in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GuestMemberInfoModifier and TypeMethodDescriptionGuestMemberInfo.avatarImageUrl(String avatarImageUrl) The URL to the avatar image to use for the guest member in the conversation, if any.GuestMemberInfo.customFields(Map<String, String> customFields) Any custom fields of information, in key-value format, to attach to the guest member in the conversation.GuestMemberInfo.displayName(String displayName) The display name to use for the guest member in the conversation.The email address to use for the guest member in the conversation.The first name to use for the guest member in the conversation.CreateWebChatConversationRequest.getMemberInfo()The last name to use for the guest member in the conversation.GuestMemberInfo.phoneNumber(String phoneNumber) The phone number to use for the guest member in the conversation.Methods in com.mypurecloud.sdk.v2.model with parameters of type GuestMemberInfoModifier and TypeMethodDescriptionCreateWebChatConversationRequest.memberInfo(GuestMemberInfo memberInfo) The guest member info to use for the new chat conversation.voidCreateWebChatConversationRequest.setMemberInfo(GuestMemberInfo memberInfo)