Uses of Class
software.amazon.awssdk.services.connect.model.ChatParticipantRoleConfig
-
Packages that use ChatParticipantRoleConfig Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ChatParticipantRoleConfig in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ChatParticipantRoleConfig Modifier and Type Method Description ChatParticipantRoleConfigUpdateParticipantRoleConfigChannelInfo. chat()Configuration information for the chat participant role.Methods in software.amazon.awssdk.services.connect.model with parameters of type ChatParticipantRoleConfig Modifier and Type Method Description UpdateParticipantRoleConfigChannelInfo.BuilderUpdateParticipantRoleConfigChannelInfo.Builder. chat(ChatParticipantRoleConfig chat)Configuration information for the chat participant role.static UpdateParticipantRoleConfigChannelInfoUpdateParticipantRoleConfigChannelInfo. fromChat(ChatParticipantRoleConfig chat)Create an instance of this class withUpdateParticipantRoleConfigChannelInfo.chat()initialized to the given value.
-