Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ConversationHistory.Builder
-
Packages that use ConversationHistory.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ConversationHistory.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ConversationHistory.Builder Modifier and Type Method Description static ConversationHistory.BuilderConversationHistory. builder()ConversationHistory.BuilderConversationHistory.Builder. messages(Collection<Message> messages)The conversation's messages.ConversationHistory.BuilderConversationHistory.Builder. messages(Consumer<Message.Builder>... messages)The conversation's messages.ConversationHistory.BuilderConversationHistory.Builder. messages(Message... messages)The conversation's messages.ConversationHistory.BuilderConversationHistory. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ConversationHistory.Builder Modifier and Type Method Description static Class<? extends ConversationHistory.Builder>ConversationHistory. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ConversationHistory.Builder Modifier and Type Method Description default InlineSessionState.BuilderInlineSessionState.Builder. conversationHistory(Consumer<ConversationHistory.Builder> conversationHistory)Contains the conversation history that persist across sessions.default SessionState.BuilderSessionState.Builder. conversationHistory(Consumer<ConversationHistory.Builder> conversationHistory)The state's conversation history.
-