DefaultDelegationAgent

class DefaultDelegationAgent(    contextManager: ContextManagerInterface,     messageSender: MessageSender,     defaultClient: DelegationClient) : AbstractCapabilityAgent, DelegationAgentInterface

Constructors

Link copied to clipboard
fun DefaultDelegationAgent(    contextManager: ContextManagerInterface,     messageSender: MessageSender,     defaultClient: DelegationClient)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun cancelDirective(messageId: String)
Link copied to clipboard
open override fun handleDirective(messageId: String): Boolean
Link copied to clipboard
open override fun preHandleDirective(directive: Directive, result: DirectiveHandlerResult)
Link copied to clipboard
open override fun provideState(    contextSetter: ContextSetterInterface,     namespaceAndName: NamespaceAndName,     contextType: ContextType,     stateRequestToken: Int)
Link copied to clipboard
open override fun request(    playServiceId: String,     data: String,     listener: DelegationAgentInterface.OnRequestListener?): String

Sends a request to NUGU.

Properties

Link copied to clipboard
open override val configurations: Map<NamespaceAndName, BlockingPolicy>
Link copied to clipboard
override val namespaceAndName: NamespaceAndName