대화형 작업이 2023년 6월 13일에 지원 중단되었습니다. 자세한 내용은
대화 작업 지원 중단을 참고하세요.
작업 패키지 (Dialogflow)
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Actions SDK로 현지화된 작업을 만들려면
언어별 작업 패키지 후 작업 프로젝트에 업로드
gactions
도구로 확인할 수 있습니다.
Actions SDK로 현지화된 작업을 만들려면 다음 단계를 따르세요.
- 지원하려는 언어별로 별도의 작업 패키지를 만들고
action.de.json
및 action.en.json
과 같이 현지화된 이름을 지정합니다.
또는 프로젝트에 사용할 하위 디렉터리를
현지화된 작업 패키지와 기타 리소스 파일을 사용합니다.
- 다음 언어를 사용하여 작업 패키지 상단에
locale
요소를 추가합니다.
선택합니다. 또한 현지화된 쿼리 제공
이를 통해 사용자는 해당 작업을 실행할 때 해당 작업을 올바르게 트리거할 수 있습니다.
표시됩니다. 예를 들면 다음과 같습니다.
{
"locale": "de",
"actions": [
{
"intent": {
"name": "actions.intent.MAIN",
"trigger": {
"queryPatterns": [
"<Insert German query patterns here>"
]
}
}
}
]
}
gactions
도구를 사용해
작업 프로젝트에 대한 작업 패키지(현지화된 각 항목 지정)
작업 패키지 예를 들면 다음과 같습니다.
./gactions update --project my-project-id --action_package action.de.json --action_package action.en.json --action_package action.fr.json --action_package action.ja.json --action_package action.ko.json
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-11(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-09-11(UTC)"],[[["OAuth and Google Sign-In linking combines Google's authentication with custom logins for flexibility."],["This linking type is ideal for Actions needing cross-platform functionality and support for non-Google accounts."],["Users can create accounts using their Google profile, link existing accounts, or sign in with other providers."],["Developers can choose between authorization code or implicit flow based on security and implementation complexity."],["Account linking flows adapt based on service settings and user accounts to create secure and personalized experiences."]]],[]]