Package com.skt.nugu.sdk.agent.chips

Types

Link copied to clipboard
data class Chip(    val type: Chip.Type,     val text: String,     val token: String?)
Link copied to clipboard
class ChipsAgent(    directiveSequencer: DirectiveSequencerInterface,     contextStateProviderRegistry: ContextStateProviderRegistry,     sessionManager: SessionManagerInterface) : CapabilityAgent, ChipsAgentInterface, SupportedInterfaceContextProvider, RenderDirectiveHandler.Renderer
Link copied to clipboard
interface ChipsAgentInterface
Link copied to clipboard
data class RenderDirective(val header: Header, val payload: RenderDirective.Payload)