Uses of Enum Class
com.github.copilot.sdk.generated.SystemMessageEvent.SystemMessageEventData.SystemMessageEventDataRole
Packages that use SystemMessageEvent.SystemMessageEventData.SystemMessageEventDataRole
-
Uses of SystemMessageEvent.SystemMessageEventData.SystemMessageEventDataRole in com.github.copilot.sdk.generated
Methods in com.github.copilot.sdk.generated that return SystemMessageEvent.SystemMessageEventData.SystemMessageEventDataRoleModifier and TypeMethodDescriptionSystemMessageEvent.SystemMessageEventData.role()Returns the value of therolerecord component.Returns the enum constant of this class with the specified name.SystemMessageEvent.SystemMessageEventData.SystemMessageEventDataRole.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 SystemMessageEvent.SystemMessageEventData.SystemMessageEventDataRoleModifierConstructorDescriptionSystemMessageEventData(String content, SystemMessageEvent.SystemMessageEventData.SystemMessageEventDataRole role, String name, SystemMessageEvent.SystemMessageEventData.SystemMessageEventDataMetadata metadata) Creates an instance of aSystemMessageEventDatarecord class.