Package com.skt.nugu.sdk.agent.system

Types

Link copied to clipboard
abstract class AbstractSystemAgent(    messageSender: MessageSender,     connectionManager: ConnectionManagerInterface,     contextManager: ContextManagerInterface) : AbstractCapabilityAgent, SystemAgentInterface, ContextRequester
Link copied to clipboard
data class ExceptionDirective(val header: Header, val payload: ExceptionDirective.Payload)
Link copied to clipboard
interface ExceptionDirectiveDelegate
Link copied to clipboard
interface SystemAgentInterface

The public interface for SystemCapabilityAgent