Package com.skt.nugu.sdk.agent.ext.message
Types
Link copied to clipboard
data class Contact( val name: String, val type: Contact.Type, val number: String?, val label: Contact.Label?, val profileImgUrl: String?, val message: Contact.Message?, val time: String?, val numInMessageHistory: String?, val token: String?, val score: String?)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class MessageAgent( client: MessageClient, ttsScenarioPlayer: TTSScenarioPlayer, contextStateProviderRegistry: ContextStateProviderRegistry, contextGetter: ContextGetterInterface, messageSender: MessageSender, directiveSequencer: DirectiveSequencerInterface, interactionControlManager: InteractionControlManagerInterface) : CapabilityAgent, MessageAgentInterface, SupportedInterfaceContextProvider, SendCandidatesDirectiveHandler.AgentController, SendMessageDirectiveHandler.Controller, GetMessageDirectiveHandler.Controller
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface MessageClient : SendCandidatesDirectiveHandler.Controller, SendMessageDirectiveHandler.Controller, GetMessageDirectiveHandler.Controller
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard