Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ConversationHistory
Packages that use ConversationHistory
-
Uses of ConversationHistory in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ConversationHistoryModifier and TypeMethodDescriptionfinal ConversationHistoryInlineSessionState.conversationHistory()Contains the conversation history that persist across sessions.final ConversationHistorySessionState.conversationHistory()The state's conversation history.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type ConversationHistoryModifier and TypeMethodDescriptionInlineSessionState.Builder.conversationHistory(ConversationHistory conversationHistory) Contains the conversation history that persist across sessions.SessionState.Builder.conversationHistory(ConversationHistory conversationHistory) The state's conversation history.