request
open override fun request( playServiceId: String, data: String, listener: DelegationAgentInterface.OnRequestListener?): String
Content copied to clipboard
Sends a request to NUGU.
Return
the dialogRequestId for request
Parameters
playServiceId
the identifier for play which sends request
data
the data structured JSON
listener
the listener to be notified request finished (success or error)
Throws
if there are invalid param given