SystemAgentProtocol
public protocol SystemAgentProtocol : CapabilityAgentable
System-agent is responsible agent for the utilities of the system in the nugu. This agent is mandatory in SDK.
-
<#Description#>
Declaration
Swift
func add(systemAgentDelegate: SystemAgentDelegate)
Parameters
systemAgentDelegate
<#systemAgentDelegate description#>
-
<#Description#>
Declaration
Swift
func remove(systemAgentDelegate: SystemAgentDelegate)
Parameters
systemAgentDelegate
<#systemAgentDelegate description#>