후속 조치 인텐트를 사용하여 인텐트 쌍의 컨텍스트를 자동으로 설정할 수 있습니다.
후속 조치 인텐트는 연결된 상위 인텐트의 하위 요소입니다.
후속 조치 인텐트를 만들면 출력 컨텍스트가 자동으로 상위 인텐트에 추가되고 동일한 이름의 입력 컨텍스트가 후속 조치 인텐트에 추가됩니다.
후속 조치 인텐트는 상위 인텐트가 이전 대화 차례에서 일치된 경우에만 일치합니다.
여러 수준의 중첩된 후속 조치 인텐트를 만들 수도 있습니다.
Dialogflow는 '예', '아니요' 또는 '취소'와 같은 일반적인 최종 사용자 응답에 여러 개의 사전 정의된 후속 조치 인텐트를 제공합니다.
커스텀 응답을 처리하기 위해 직접 후속 조치 인텐트를 만들 수도 있습니다.
예를 들어 헤어 스타일리스트 에이전트에는 다음과 같은 중첩된 인텐트가 있을 수 있습니다.
인텐트 이름
학습 문구
입력 컨텍스트
출력 컨텍스트
인텐트 응답
Appointment
안녕하세요
appointment-followup
Would you like to make an appointment?
⤷ 예약 - 예
예
appointment-followup
appointment-yes-followup
Would you like a haircut?
⤷ Haircut - yes
예
appointment-yes-followup
Your appointment is set.
⤷ Haircut - no
아니요
appointment-yes-followup
Goodbye.
⤷ Appointment - no
아니요
appointment-followup
Goodbye.
이 데이터를 찾을 수 있는 위치
에이전트를 빌드할 때는 Dialogflow ES 콘솔을 사용하는 것이 가장 일반적입니다 (문서 보기, 콘솔 열기).
아래의 안내는 콘솔 사용에 중점을 둡니다.
인텐트 데이터에 액세스하려면 다음 안내를 따르세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-04-03(UTC)"],[[["Follow-up intents are used to automatically set contexts for pairs of intents, acting as child intents to their associated parent intent."],["When a follow-up intent is created, an output context is added to the parent intent, and an input context of the same name is added to the follow-up intent."],["Dialogflow offers predefined follow-up intents for common replies, but you can also create custom follow-up intents."],["Follow-up intents are only triggered when the parent intent is matched in the previous turn of the conversation."],["Follow up intents can be created within the Dialogflow ES console by selecting the parent intent and choosing to add a follow-up."]]],[]]