Uses of Interface
software.amazon.awssdk.services.connect.model.PersistentChat.Builder
-
Packages that use PersistentChat.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of PersistentChat.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return PersistentChat.Builder Modifier and Type Method Description static PersistentChat.BuilderPersistentChat. builder()PersistentChat.BuilderPersistentChat.Builder. rehydrationType(String rehydrationType)The contactId that is used for rehydration depends on the rehydration type.PersistentChat.BuilderPersistentChat.Builder. rehydrationType(RehydrationType rehydrationType)The contactId that is used for rehydration depends on the rehydration type.PersistentChat.BuilderPersistentChat.Builder. sourceContactId(String sourceContactId)The contactId from which a persistent chat session must be started.PersistentChat.BuilderPersistentChat. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type PersistentChat.Builder Modifier and Type Method Description static Class<? extends PersistentChat.Builder>PersistentChat. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type PersistentChat.Builder Modifier and Type Method Description default StartChatContactRequest.BuilderStartChatContactRequest.Builder. persistentChat(Consumer<PersistentChat.Builder> persistentChat)Enable persistent chats.
-