Package com.airs.edith.sdk.context

Types

ContentsResponse
Link copied to clipboard
data class ContentsResponse(description: String, domain: String, expectUserResponse: Boolean, responseType: String, status: Int, systemCommands: List<SystemCommands>, requestCompleteEvent: Boolean)
AgentDataListener 를 앱에서 등록했을 때 onUpdateDmResponseData callback 을 통해서 발화에 대한 서버 응답 정보가 전달 된다.
JsonResponse
Link copied to clipboard
data class JsonResponse(contents: List<ContentsResponse>)
SystemCommands
Link copied to clipboard
data class SystemCommands(wait: Boolean, doLexicalize: Boolean, contextCondition: List<String>, name: String, parameters: JsonObject)