Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.HarnessConversationRole
Packages that use HarnessConversationRole
-
Uses of HarnessConversationRole in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return HarnessConversationRoleModifier and TypeMethodDescriptionstatic HarnessConversationRoleUse this in place of valueOf to convert the raw string returned by the service into the enum value.final HarnessConversationRoleHarnessMessage.role()The role of the message sender.final HarnessConversationRoleHarnessMessageStartEvent.role()The role of the message sender.static HarnessConversationRoleReturns the enum constant of this type with the specified name.static HarnessConversationRole[]HarnessConversationRole.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type HarnessConversationRoleModifier and TypeMethodDescriptionstatic Set<HarnessConversationRole>HarnessConversationRole.knownValues()Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type HarnessConversationRoleModifier and TypeMethodDescriptionHarnessMessage.Builder.role(HarnessConversationRole role) The role of the message sender.HarnessMessageStartEvent.Builder.role(HarnessConversationRole role) The role of the message sender.HarnessMessageStartEvent.BuilderImpl.role(HarnessConversationRole role)