Google Dialogflow ES 봇에서 Architect 프롬프트 사용
텍스트 음성 변환을 사용하는 대신 Google Dialogflow ES 봇으로 Architect 프롬프트를 만들고 사용할 수 있습니다. 이 기능을 사용하면 설정된 Dialogflow ES 프롬프트를 사전 녹음한 다음 Architect에 저장하여 사용할 수 있습니다.
봇에 대한 Architect 사용자 프롬프트 기능을 구성하려면 먼저 사용자 정의 페이로드 응답 Google Dialogflow ES 콘솔에서 구성한 후 시스템은 인텐트에 대한 Dialogflow ES의 오디오 및 텍스트 응답 대신 사용자 프롬프트의 오디오 및 텍스트를 사용합니다.
메모:
- 하나의 사용자 지정 페이로드에는 참여 및 사용자 프롬프트 모두에 대한 키가 포함될 수 있습니다.
- 구성된 프롬프트를 검색할 때 시스템에 문제가 발생하면 이전에 구성되지 않은 것처럼 오디오와 텍스트를 사용합니다.
- 이 기능은 시스템 프롬프트가 아닌 사용자 프롬프트만 지원합니다.
각 Google Dialogflow ES 인텐트에 대해 Architect 사용자 프롬프트 기능 사용
- 만들기 Architect의 사용자 프롬프트.
- Google Cloud Platform 콘솔에서 Dialogflow 콘솔.
- 에이전트를 선택합니다.
- 의도 선택 왼쪽 사이드바 메뉴에서
- 인텐트를 선택합니다.
- 아래로 스크롤 응답 부분.
- 딸깍 하는 소리 응답 추가 클릭 커스텀 페이로드.
- 나타나는 메뉴에서 커스텀 페이로드.
- Using the name of the prompt that you created in step 1, use one of the following methods to enable Architect to use prompt functionality:
- For a single user prompt add this code to the custom payload response:
{ "user-prompt": "ArchitectUserPromptName" }
- For multiple user prompts, add this code to the custom payload response:
{ "prompts": [ {"user-prompt": "ArchitectUserPromptName1"}, {"user-prompt": "ArchitectUserPromptName2"} ] }
- For a single user prompt add this code to the custom payload response:
- 딸깍 하는 소리 구하다.