Uses of Class
software.amazon.awssdk.services.bedrockagent.model.RelayConversationHistory
-
Packages that use RelayConversationHistory Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of RelayConversationHistory in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return RelayConversationHistory Modifier and Type Method Description static RelayConversationHistoryRelayConversationHistory. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RelayConversationHistoryAgentCollaborator. relayConversationHistory()The collaborator's relay conversation history.RelayConversationHistoryAgentCollaboratorSummary. relayConversationHistory()The collaborator's relay conversation history.RelayConversationHistoryAssociateAgentCollaboratorRequest. relayConversationHistory()A relay conversation history for the collaborator.RelayConversationHistoryUpdateAgentCollaboratorRequest. relayConversationHistory()A relay conversation history for the collaborator.static RelayConversationHistoryRelayConversationHistory. valueOf(String name)Returns the enum constant of this type with the specified name.static RelayConversationHistory[]RelayConversationHistory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type RelayConversationHistory Modifier and Type Method Description static Set<RelayConversationHistory>RelayConversationHistory. knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type RelayConversationHistory Modifier and Type Method Description AgentCollaborator.BuilderAgentCollaborator.Builder. relayConversationHistory(RelayConversationHistory relayConversationHistory)The collaborator's relay conversation history.AgentCollaboratorSummary.BuilderAgentCollaboratorSummary.Builder. relayConversationHistory(RelayConversationHistory relayConversationHistory)The collaborator's relay conversation history.AssociateAgentCollaboratorRequest.BuilderAssociateAgentCollaboratorRequest.Builder. relayConversationHistory(RelayConversationHistory relayConversationHistory)A relay conversation history for the collaborator.UpdateAgentCollaboratorRequest.BuilderUpdateAgentCollaboratorRequest.Builder. relayConversationHistory(RelayConversationHistory relayConversationHistory)A relay conversation history for the collaborator.
-