# 인텐트 사용 현황

조회 기간에 호출된 모든 인텐트에 대한 정보를 제공합니다.

### 1. 인텐트 리스트

<figure><img src="/files/g9Z26C7I1kwWsFdJwc7n" alt=""><figcaption><p>인텐트 사용 현황에서 제공하는 인텐트 리스트 예시</p></figcaption></figure>

* 호출 순위 : 조회 기간의 호출 수를 기준으로 산출한 호출 순위입니다.
* 인텐트 : 인텐트 이름입니다.
* 호출 수 : 조회 기간에 인텐트가 호출된 횟수입니다.
* 평균 인식 정확도 : 인식 정확도를 가진 상태로 호출된 인텐트의 평균 인식 정확도 값입니다. 일반적으로 80%이상이 안정적인 인식 정확도라고 볼 수 있습니다. 만약 인식 정확도 값이 없는 경우, '-%'로 출력합니다.
* 최고 인식 정확도 : 조회 기간 내 인텐트의 인식 정확도 중 가장 높은 인식 정확도 값입니다.
* 최저 인식 정확도 : 조회 기간 내 인텐트의 인식 정확도 중 가장 낮은 인식 정확도 값입니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gentlepie.gitbook.io/support/guide/undefined-4/undefined-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
