NUGU developers documentation
메뉴
  • NUGU developers 소개
  • NUGU play
    • Voice UX Design Guide
      • 기능 정의
      • 사용자 발화(User Utterance) 예상 하기
      • 대화 흐름 디자인
      • Prompt 디자인
    • Play Builder로 Play 만들기
      • 아리아, 안녕!
        • 1) Play 생성하기
        • 2) Intent 만들고 예상 발화 등록하기
        • 3) Action 만들고 응답 등록하기
        • 4) Play 테스트 및 빌드하기
      • 시작하기 전에 알면 좋은 것들
        • Play
        • Intent와 Entity
        • Backend proxy
        • Capability interface
      • Play 설정하기
      • User Utterance Model 정의하기 (Intent & Entity)
        • Built-in Intent
        • 예상 발화 작성 가이드
      • Action 정의하기
        • Built-in Actions
        • Parameter
          • Parameter 정의하기
          • Parameter로 응답 작성하기
          • 필수 Entity 정의하기 (Slot-Filling Prompt)
          • 하나의 Parameter에 여러 Entity mapping 하기
          • Configurable Parameter
        • Response
          • Prompt 사용하기
          • Directive 사용하기
        • Branch Action (Action Tree)
        • Response + Branch Action (멀티턴 대화)
        • 예외 상황 관리
        • Common Action 사용하기
      • 외부 연동 서버 (Backend proxy) 연결하기
      • Response Filter 사용하기
      • 테스트하기
      • AudioPlayer Interface 지원하는 Play 만들기
        • Custom Intent 정의하기
        • Action 정의하기
        • Built-in Intent를 위한 Action 정의하기
      • Backend proxy 개발 가이드
        • Backend proxy 구축하기
        • Capability Interfaces
          • AudioPlayer Interface
          • AudioPlayer를 위한 Display Interface
          • Display Interface
        • Backend proxy API Reference
        • Biz 사용자(Enrolled user) 정보 수신 연동
      • OAuth 2.0 연동하기
      • 지원 도구
        • 훈련 데이터 검증
        • 실패 발화 분석
    • Pre-built Play Builder로 스마트홈 Play 만들기
      • SmartHomeDeviceType
        • 가스차단기
        • 가습기
        • 건조기
        • 공기센서
        • 공기청정기
        • 냉장고
        • 로봇청소기
        • 보일러
        • 선풍기
        • 세탁기
        • 스마트스위치
        • 스마트플러그
        • 식기세척기
        • 에너지미터
        • 에어워셔
        • 에어컨
        • 열림감지센서
        • 오븐
        • 의류관리기
        • 정수기
        • 제습기
        • 조명
      • SmartHomeCapability
        • AirflowControl Interface
        • AirQualityCheck Interface
        • BrightnessControl Interface
        • ChargeControl Interface
        • ColorControl Interface
        • DeviceTemperatureControl Interface
        • HumidityControl Interface
        • ModeControl Interface
        • PowerCheck Interface
        • PowerControl Interface
        • SetTimeControl Interface
        • StateCheck Interface
        • TemperatureControl Interface
      • SmartHomeAttribute
      • SmartHomeError
    • Play 정보 등록 및 심사 요청하기
      • Play 정보 등록
      • Play 정보 등록 (smarthome play)
      • Play 정보 수정 및 삭제
      • Play 심사
    • Play 배포 및 관리하기
      • Play 배포
      • Play 업데이트
      • Play 관리
      • Play 이용 통계 확인
      • Play 운영 정책
    • Release note
  • NUGU biz kit
    • 주요 개념
    • 체험판 및 정식판
    • Private Play
    • Biz 전용 디바이스 관리
      • Visual C++ 런타임라이브러리 (x86) 오류
      • 구동 시 빈화면 출력되는 경우
    • Biz 사용자 관리
      • Biz 사용자 초대 (체험판)
      • Biz 사용자 초대 (정식판)
      • Biz 사용자 설정 (NUGU APP)
    • Biz API
      • Biz 사용자 API
        • Biz 사용자 그룹 관련
          • Biz 사용자 그룹 생성
          • Biz 사용자 그룹 수정
          • Biz 사용자 그룹 삭제
          • Biz 사용자 그룹 목록 조회
          • Biz 사용자 그룹 상세 조회
        • Biz 사용자 관련
          • Biz 사용자 초대
          • Biz 사용자 수정
          • Biz 사용자 삭제
          • Biz 사용자 목록 조회
          • Biz 사용자 상세 조회
          • Biz 사용자 초대 목록 조회
          • Biz 사용자 초대 취소
          • Biz 사용자 API Token 생성
      • Biz 전용 디바이스 API
        • 전용 디바이스 그룹 조회
      • API 발송 (Announcement)
        • 전용디바이스 그룹별 Announcement 전송
        • Biz 사용자별 Announcement 전송 V2
        • Biz 사용자 그룹별 Announcement 전송
  • NUGU SDK
    • 체험판과 정식판
    • 체험판 신청하기
    • PoC 관리하기
      • PoC 관리
      • 이용 통계 확인
    • Authentication
    • Capability Interface
      • AudioPlayer
      • Display
        • Display-Directive
        • Display-Event
      • System
      • TTS
      • ASR
      • Text
      • Location
      • Extension
      • Speaker
      • Bluetooth
      • Mic
      • Screen
      • Battery
      • Sound
      • Chips
      • Session
      • PhoneCall
      • Message
      • MediaPlayer
      • Routine
      • Utility
    • Platform
      • iOS
        • 시작하기
        • 구성요소
        • Background 동작 처리
        • NUGU 서비스 관리 web server 연동
        • NUGU Display의 노출과 제어
        • NUGU 사용자 인터페이스
        • Dark Mode 지원
        • 테스트 환경 설정
        • 1.0 으로 업그레이드
      • Android
        • 시작하기
        • 구성요소
        • Background 동작 처리
        • NUGU 서비스 관리 web server 연동
        • NUGU Display의 노출과 제어
          • TemplateRenderer
          • TemplateHandler
          • TemplateView
        • NUGU 사용자 인터페이스
        • Dark Mode 지원
        • 테스트 환경 설정
      • Linux
        • 시작하기
        • 구성요소
    • API References
    • Source code
    • SDK UX Guide
      • NUGU 기기
      • 부팅화면
      • Voice Chrome
      • Display Template
      • NUGU Inside
      • Error handling
    • Release note
  • 관련정보
    • NUGU 대화 상태
    • Layer 정책
    • Icon 등록
    • 발화 옵션에서 UNIT 태그로 지원하는 단위
  • 용어 정의
  • 제휴제안
  • 이용약관
  • 개인정보처리방침
  • 서울특별시 중구 을지로 65 대표이사/사장 유영상
  • 사업자등록번호 104-81-37225
  • Powered by SK텔레콤

API References

NUGU SDK iOS
All modules
NUGU SDK Linux: NUGU SDK Documentation
Previous
구성요소
Next
Source code
  • 제휴제안
  • 이용약관
  • 개인정보처리방침
  • 서울특별시 중구 을지로 65 대표이사/사장 유영상
  • 사업자등록번호 104-81-37225
  • Powered by SK텔레콤

검색 결과가 없습니다.