Class SystemNotificationAgentIdle

java.lang.Object
com.github.copilot.generated.SystemNotification
com.github.copilot.generated.SystemNotificationAgentIdle

@Generated("copilot-sdk-codegen") public final class SystemNotificationAgentIdle extends SystemNotification
Schema for the `SystemNotificationAgentIdle` type.
Since:
1.0.0
  • Constructor Details

    • SystemNotificationAgentIdle

      public SystemNotificationAgentIdle()
  • Method Details

    • getType

      public String getType()
      Description copied from class: SystemNotification
      Returns the discriminator value for this variant.
      Specified by:
      getType in class SystemNotification
      Returns:
      the type discriminator
    • getAgentId

      public String getAgentId()
    • setAgentId

      public void setAgentId(String agentId)
    • getAgentType

      public String getAgentType()
    • setAgentType

      public void setAgentType(String agentType)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)