Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ConversationHistory
-
Packages that use ConversationHistory Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ConversationHistory in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ConversationHistory Modifier and Type Method Description ConversationHistoryInlineSessionState. conversationHistory()Contains the conversation history that persist across sessions.ConversationHistorySessionState. conversationHistory()The state's conversation history.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type ConversationHistory Modifier and Type Method Description InlineSessionState.BuilderInlineSessionState.Builder. conversationHistory(ConversationHistory conversationHistory)Contains the conversation history that persist across sessions.SessionState.BuilderSessionState.Builder. conversationHistory(ConversationHistory conversationHistory)The state's conversation history.
-