0%

dialogflow fullfillment

챗봇 개발 플랫폼인 Google의 Dialogflow 조사를 하던 중 fullfillment처리 및
webhook call for intent
webhook call for during slotfilling
동작에 대해 잘 설명된 자료를 공유합니다

정리하면
webhook call for intent는 슬롯필링이 완료되면 호출로 수집요청한 매개변수들이 완료되면 호출하는 케이스
webhook call for during slotfilling은 슬롯 필링 중 호출로 매개번수들의 validation check시 사용하면 되겠다

response는 webhook이 설정되어있다면 설정된 메시지는 요청시에 날아가고 설정된 메시지가 아닌 webhook에서 작성된 응답으로 돌려준다

Note: Enabling fulfillment overrides responses set in the Responses section of the intent. If fulfillment fails, the entries in the Responses section will be used.
DialogflowDialogflow,Integrate-services

튜토리얼 상세 및 fullfillment 동작 설명

dialogflow 컨셉 설명 한국 블로그

dialogflow 잘 정리된 가이드 #Incoming Request 참조