Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.SessionState.Builder
Packages that use SessionState.Builder
-
Uses of SessionState.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return SessionState.BuilderModifier and TypeMethodDescriptionstatic SessionState.BuilderSessionState.builder()default SessionState.BuilderSessionState.Builder.conversationHistory(Consumer<ConversationHistory.Builder> conversationHistory) The state's conversation history.SessionState.Builder.conversationHistory(ConversationHistory conversationHistory) The state's conversation history.SessionState.Builder.files(Collection<InputFile> files) Contains information about the files used by code interpreter.SessionState.Builder.files(Consumer<InputFile.Builder>... files) Contains information about the files used by code interpreter.Contains information about the files used by code interpreter.SessionState.Builder.invocationId(String invocationId) The identifier of the invocation of an action.SessionState.Builder.knowledgeBaseConfigurations(Collection<KnowledgeBaseConfiguration> knowledgeBaseConfigurations) An array of configurations, each of which applies to a knowledge base attached to the agent.SessionState.Builder.knowledgeBaseConfigurations(Consumer<KnowledgeBaseConfiguration.Builder>... knowledgeBaseConfigurations) An array of configurations, each of which applies to a knowledge base attached to the agent.SessionState.Builder.knowledgeBaseConfigurations(KnowledgeBaseConfiguration... knowledgeBaseConfigurations) An array of configurations, each of which applies to a knowledge base attached to the agent.SessionState.Builder.promptSessionAttributes(Map<String, String> promptSessionAttributes) Contains attributes that persist across a prompt and the values of those attributes.SessionState.Builder.returnControlInvocationResults(Collection<InvocationResultMember> returnControlInvocationResults) Contains information about the results from the action group invocation.SessionState.Builder.returnControlInvocationResults(Consumer<InvocationResultMember.Builder>... returnControlInvocationResults) Contains information about the results from the action group invocation.SessionState.Builder.returnControlInvocationResults(InvocationResultMember... returnControlInvocationResults) Contains information about the results from the action group invocation.SessionState.Builder.sessionAttributes(Map<String, String> sessionAttributes) Contains attributes that persist across a session and the values of those attributes.SessionState.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type SessionState.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SessionState.Builder>SessionState.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type SessionState.BuilderModifier and TypeMethodDescriptiondefault InvokeAgentRequest.BuilderInvokeAgentRequest.Builder.sessionState(Consumer<SessionState.Builder> sessionState) Contains parameters that specify various attributes of the session.