---
title: "Resolve a halted questions cell. Submit hands the answers to the agent and  resumes it; Dismiss hands over only the answered count and does NOT resume  (the user's next message becomes the dismissal reason)."
method: POST
path: "/textql.rpc.public.chat.ChatService/SubmitQuestions"
tags: ["ChatService"]
---

# Resolve a halted questions cell. Submit hands the answers to the agent and  resumes it; Dismiss hands over only the answered count and does NOT resume  (the user's next message becomes the dismissal reason).

`POST /textql.rpc.public.chat.ChatService/SubmitQuestions`

Resolve a halted questions cell. Submit hands the answers to the agent and
 resumes it; Dismiss hands over only the answered count and does NOT resume
 (the user's next message becomes the dismissal reason).

## Headers

- `Connect-Protocol-Version` 1, required — Define the version of the Connect protocol
- `Connect-Timeout-Ms` number — Define the timeout, in ms

## Request body

- TextqlRpcPublicChatSubmitQuestionsRequest
  - `cellId` string — UUID
  - `answers` TextqlRpcPublicCellsQuestionAnswer[]
    - `selected` string[] — chosen option names
    - `custom` string, nullable — free-text entered for the "Other" option
    - `inputs` string[] — value per input (sensitive values blanked in the broadcast)
    - `provided` boolean[] — per input: was it filled? lets the summary show provided/empty for sensitive inputs without their value

## Response `200`

Success

- TextqlRpcPublicChatSubmitQuestionsResponse
  - `success` boolean
  - `status` 'QUESTIONS_STATUS_UNKNOWN' | 'QUESTIONS_STATUS_PENDING' | 'QUESTIONS_STATUS_ANSWERED' | 'QUESTIONS_STATUS_DISMISSED'
  - `resumed` boolean
  - `resumeError` string

## Other responses

- `default` — Error

---

[API](https://skmtc.net/textql/apis/textql-rpc-platform.md) · [All operations](https://skmtc.net/textql/apis/textql-rpc-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/textql/textql-rpc-platform/versions/31ce2b0c4427/schema)
