> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/fr/form-management/form-designer/questions/question-properties/conversation-reply-type.md).

# Type de réponse de conversation

Les types de réponse de conversation vous permettent de définir comment un Répondant peut répondre à votre question en utilisant une valeur textuelle sur un [sondage conversationnel](/fr/conversational-surveys.md). Vous pouvez définir l’un des types de réponse suivants.

**Auto** laissera nSurvey choisir [automatiquement le type de réponse](/fr/form-management/form-designer/questions/question-properties/conversation-reply-type/auto-reply-type.md) qui est accepté de la part du Répondant en fonction du [type de réponses](/fr/form-management/form-designer/answers/answer-types.md) que vous avez configuré dans votre question.

**Nombres** affichera toutes les réponses basées sur une sélection en utilisant des nombres préfixés. Chaque réponse peut être sélectionnée soit en saisissant son numéro correspondant soit en utilisant son libellé de réponse.

![](/files/eaf1aa260ecbcc1b1c9f596a024aff557f8cbd89)

**Lettres** affichera tous les [réponses basées sur la sélection](/fr/form-management/form-designer/answers/answer-types/selection-answers.md) en utilisant une lettre alphabétique préfixée. Chaque réponse peut être sélectionnée soit en saisissant la lettre alphabétique correspondante soit en utilisant son libellé de réponse.

![](/files/5018af54b35525eeb574cbb7b4e9e29a73542822)

**Correspondance de texte de réponse** n’affichera aucune réponse et tentera de faire correspondre la réponse du Répondant à l’un des [réponses basées sur la sélection](/fr/form-management/form-designer/answers/answer-types/selection-answers.md) libellés.&#x20;

![](/files/922bdbdf7dd79588a5ab6b878b88a48191e4b3d0)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ngsurvey.com/fr/form-management/form-designer/questions/question-properties/conversation-reply-type.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
