Skip to main content

Interface: SendMessageOptions

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

Options when sending a message.

Properties

conversationId?

optional conversationId?: string

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


inputModality?

optional inputModality?: "text" | "voice"

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


signal?

optional signal?: AbortSignal

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

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