Skip to main content
Version: Latest

Interface: SendMessageOptions

Defined in: sdk/src/types.ts:43

Options when sending a message.

Properties

conversationId?

optional conversationId?: string

Defined in: sdk/src/types.ts:44


inputModality?

optional inputModality?: "text" | "voice"

Defined in: sdk/src/types.ts:45


signal?

optional signal?: AbortSignal

Defined in: sdk/src/types.ts:47

Per-call AbortSignal. Aborts the request without affecting other calls.