@wildix/wim-voicebots-client > TraceToolCall > Visitor
TraceToolCall.Visitor interface
Signature:
interface Visitor<T>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
(name: string, value: any) => T | |||
(value: TraceDelegationToolCall) => T | |||
(value: TraceFunctionToolCall) => T | |||
(value: TraceHangupToolCall) => T | |||
(value: TraceTransferToolCall) => T | |||
(value: TraceWaitToolCall) => T |