Uses of Interface
software.amazon.awssdk.services.qconnect.model.ConversationContext.Builder
-
Packages that use ConversationContext.Builder Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of ConversationContext.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return ConversationContext.Builder Modifier and Type Method Description static ConversationContext.BuilderConversationContext. builder()ConversationContext.BuilderConversationContext.Builder. selfServiceConversationHistory(Collection<SelfServiceConversationHistory> selfServiceConversationHistory)The self service conversation history before the Amazon Q in Connect session.ConversationContext.BuilderConversationContext.Builder. selfServiceConversationHistory(Consumer<SelfServiceConversationHistory.Builder>... selfServiceConversationHistory)The self service conversation history before the Amazon Q in Connect session.ConversationContext.BuilderConversationContext.Builder. selfServiceConversationHistory(SelfServiceConversationHistory... selfServiceConversationHistory)The self service conversation history before the Amazon Q in Connect session.ConversationContext.BuilderConversationContext. toBuilder()Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type ConversationContext.Builder Modifier and Type Method Description static Class<? extends ConversationContext.Builder>ConversationContext. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type ConversationContext.Builder Modifier and Type Method Description default SendMessageRequest.BuilderSendMessageRequest.Builder. conversationContext(Consumer<ConversationContext.Builder> conversationContext)The conversation context before the Amazon Q in Connect session.
-