Uses of Enum Class
com.github.copilot.sdk.generated.SystemMessageRole
Packages that use SystemMessageRole
-
Uses of SystemMessageRole in com.github.copilot.sdk.generated
Methods in com.github.copilot.sdk.generated that return SystemMessageRoleModifier and TypeMethodDescriptionstatic SystemMessageRoleSystemMessageEvent.SystemMessageEventData.role()Returns the value of therolerecord component.static SystemMessageRoleReturns the enum constant of this class with the specified name.static SystemMessageRole[]SystemMessageRole.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.sdk.generated with parameters of type SystemMessageRoleModifierConstructorDescriptionSystemMessageEventData(String content, SystemMessageRole role, String name, SystemMessageMetadata metadata) Creates an instance of aSystemMessageEventDatarecord class.