agent.add(`기상시간을 참고한 결과 총 4개의 권장 취침 시간이 있습니다. ${myhour1}시 ${myhour1}분(6cycle) / ${myhour2}시 ${myhour2}분(5cycle) / ${myhour3}시 ${myhour3}분(4cycle) / ${myhour4}시 ${myhour4}(3cycle)분 중 원하는 시간에 주무시길 추천드립니다.'\n'`);
}elseif(gothour&&!gotmin){
agent.add('시간이 잘못 입력되었습니다.');
agent.add('기상시간을 입력해 주세요( 예시 - 6:26 21:40 ) ');
}elseif(gothour&&!gothour){
agent.add('시간이 잘못 입력되었습니다.');
agent.add('기상시간을 입력해 주세요( 예시 - 6:26 21:40 ) ');
}else{
agent.add('취침시간을 00:00 또는 00시00분 으로 입력해 주세요');
agent.add('기상시간을 입력해 주세요( 예시 - 6:26 21:40 ) ');
}
}
// // Uncomment and edit to make your own intent handler