Uses of Class
software.amazon.awssdk.services.qconnect.model.SelfServiceConversationHistory
-
Packages that use SelfServiceConversationHistory Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of SelfServiceConversationHistory in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type SelfServiceConversationHistory Modifier and Type Method Description List<SelfServiceConversationHistory>ConversationContext. selfServiceConversationHistory()The self service conversation history before the Amazon Q in Connect session.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type SelfServiceConversationHistory Modifier and Type Method Description ConversationContext.BuilderConversationContext.Builder. selfServiceConversationHistory(SelfServiceConversationHistory... selfServiceConversationHistory)The self service conversation history before the Amazon Q in Connect session.Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type SelfServiceConversationHistory Modifier and Type Method Description ConversationContext.BuilderConversationContext.Builder. selfServiceConversationHistory(Collection<SelfServiceConversationHistory> selfServiceConversationHistory)The self service conversation history before the Amazon Q in Connect session.
-