ChipsAgentProtocol
public protocol ChipsAgentProtocol : CapabilityAgentable
Chips-agent handles directives for displaying grammer guide on voice chrome view.
-
Adds a delegate to be notified of
ChipsAgentItem
changes.Declaration
Swift
func add(delegate: ChipsAgentDelegate)
Parameters
delegate
The object to add.
-
Removes a delegate from chips-agent.
Declaration
Swift
func remove(delegate: ChipsAgentDelegate)
Parameters
delegate
The object to remove.