Dialogflow 버전 간 마이그레이션
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
V2beta1에서 V2로
V2beta1 API는 Dialogflow 사용자와 베타 기능을 공유하는 데 사용됩니다.
이 섹션에서는 안정적인 V2 API로 전환하는 방법을 설명합니다.
- REST 또는 RPC를 사용하는 경우 엔드포인트를
dialogflow.googleapis.com/v2beta1/...
에서 dialogflow.googleapis.com/v2/...
로 업데이트합니다.
- 클라이언트 라이브러리를 사용하는 경우 다음과 같이 업데이트합니다.
- 동적 언어(Python, Node.js, Ruby): 패키지를 업그레이드하면 코드가 자동으로 최신 정식 버전을 사용합니다.
- 정적 언어(자바, C#, PHP, Go): 새 패키지를 설치하면 모든 가져오기 구문을 업데이트하여 'v2beta1' 대신 'v2'를 참조합니다.
Intent
에 머신러닝(ML)을 사용할 것인지 선택하는 필드가 변경되었습니다.
mlEnabled
필드가 제거되고 mlDisabled
필드로 교체되어 ML이 기본적으로 사용 설정됩니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-02-02(UTC)
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"번역 문제"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"기타"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"이해하기 쉬움"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"문제가 해결됨"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"기타"
}]
{"lastModified": "\ucd5c\uc885 \uc5c5\ub370\uc774\ud2b8: 2024-02-02(UTC)"}