Uses of Class
com.oracle.bmc.generativeaiinference.model.CohereMessage.Role
-
Packages that use CohereMessage.Role Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of CohereMessage.Role in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return CohereMessage.Role Modifier and Type Method Description static CohereMessage.Role
CohereMessage.Role. create(String key)
static CohereMessage.Role
CohereMessage.Role. valueOf(String name)
Returns the enum constant of this type with the specified name.static CohereMessage.Role[]
CohereMessage.Role. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-