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