---
title: "KickoffChatResponse"
description: "The `KickoffChatResponse` entity."
section: "Reference"
group: "Types"
order: 142
---

## Definition

```ts
interface KickoffChatResponse {
  threadId: string;
}
```

## Fields

| Field      | Type     | Notes                                          |
| ---------- | -------- | ---------------------------------------------- |
| `threadId` | `string` | `required` — Id of the freshly-created thread. |
