Uses of Class
software.amazon.awssdk.services.qconnect.model.RuntimeSessionData
-
Packages that use RuntimeSessionData Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of RuntimeSessionData in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type RuntimeSessionData Modifier and Type Method Description List<RuntimeSessionData>GetNextMessageResponse. conversationSessionData()The conversation data stored on an Amazon Q in Connect Session.List<RuntimeSessionData>UpdateSessionDataRequest. data()The data stored on the Amazon Q in Connect Session.List<RuntimeSessionData>UpdateSessionDataResponse. data()Data stored in the session.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type RuntimeSessionData Modifier and Type Method Description GetNextMessageResponse.BuilderGetNextMessageResponse.Builder. conversationSessionData(RuntimeSessionData... conversationSessionData)The conversation data stored on an Amazon Q in Connect Session.UpdateSessionDataRequest.BuilderUpdateSessionDataRequest.Builder. data(RuntimeSessionData... data)The data stored on the Amazon Q in Connect Session.UpdateSessionDataResponse.BuilderUpdateSessionDataResponse.Builder. data(RuntimeSessionData... data)Data stored in the session.Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type RuntimeSessionData Modifier and Type Method Description GetNextMessageResponse.BuilderGetNextMessageResponse.Builder. conversationSessionData(Collection<RuntimeSessionData> conversationSessionData)The conversation data stored on an Amazon Q in Connect Session.UpdateSessionDataRequest.BuilderUpdateSessionDataRequest.Builder. data(Collection<RuntimeSessionData> data)The data stored on the Amazon Q in Connect Session.UpdateSessionDataResponse.BuilderUpdateSessionDataResponse.Builder. data(Collection<RuntimeSessionData> data)Data stored in the session.
-