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