최근 검색


최근 검색 없음

Filter not working for answer bot

답변함


2021년 7월 08일에 게시됨

I am trying to limit the scope of articles suggested by the answer bot by following the instructions here https://support.zendesk.com/hc/en-us/articles/229167008#topic_usl_bbq_mx

Unfortunately this does not work:

<script type="text/JavaScript">
window.zESettings = {
  webWidget: {
    helpCenter: {
      filter: {
        label_names: 'my-label'
      }
    }
  }
};
</script>

I even tried changing helpCenter to answerBot but that didn't make a difference.

<script type="text/JavaScript">
window.zESettings = {
  webWidget: {
    answerBot: {
      filter: {
        label_names: 'my-label'
      }
    }
  }
};
</script>

0

1

댓글 1개

image avatar

Blanca

Zendesk Customer Care

Hi Lorenzo,

Thank you for reaching out. Concerning the correct code, please see below for your reference:

window.zESettings = {
webWidget: {
answerBot: {
search: {
labels: ['my-label']
}
}
}
};

For your guidance, please refer to Developers Documentation.

Cheers,
Blanca | Customer Advocate

Chat with our live support!

https://support.zendesk.com/hc/en-us

0


댓글을 남기려면 로그인하세요.

원하는 정보를 못 찾으셨나요?

새 게시물