[{
"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":"Translation issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
세션 항목
세션은 Dialogflow 에이전트와 최종 사용자 간의 대화를 나타냅니다.
세션 중에 세션 항목 또는 사용자 항목이라는 특수 항목을 만들 수 있습니다.
세션 항목은 커스텀 항목 유형을 확장하거나 대체할 수 있으며 세션 항목이 만들어진 세션 동안에만 존재할 수 있습니다.
Dialogflow는 세션 항목을 포함한 모든 세션 데이터를 20분 동안 저장합니다.
예를 들어 에이전트에 '서양배' 및 '포도'를 포함하는 @fruit 항목 유형이 있는 경우, 에이전트가 최종 사용자로부터 수집하는 정보에 따라 '사과' 또는 '오렌지'를 포함하도록 항목 유형을 업데이트할 수 있습니다.
업데이트된 항목 유형은 나머지 세션에 대해 '사과' 또는 '오렌지' 항목을 포함하게 됩니다.
API로 세션 항목 관리
API를 사용하여 세션 항목을 관리하려면 SessionEntity 유형의 메서드를 사용합니다.