Interface: SendMessageOptions
Defined in: sdk/src/types.ts:43
Options when sending a message.
Properties
conversationId?
optionalconversationId?:string
Defined in: sdk/src/types.ts:44
inputModality?
optionalinputModality?:"text"|"voice"
Defined in: sdk/src/types.ts:45
signal?
optionalsignal?:AbortSignal
Defined in: sdk/src/types.ts:47
Per-call AbortSignal. Aborts the request without affecting other calls.