KickoffChatResponse
The `KickoffChatResponse` entity.
Definition
TypeScript
interface KickoffChatResponse {
threadId: string;
}Fields
| Field | Type | Notes |
|---|---|---|
threadId | string | required — Id of the freshly-created thread. |
The `KickoffChatResponse` entity.
interface KickoffChatResponse {
threadId: string;
}| Field | Type | Notes |
|---|---|---|
threadId | string | required — Id of the freshly-created thread. |