@wildix/wim-voicebots-client > TraceSegmentResult > Visitor
TraceSegmentResult.Visitor interface
Signature:
interface Visitor<T>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
(name: string, value: any) => T | |||
(value: TraceErrorResult) => T | |||
(value: __DocumentType) => T | |||
(value: string) => T | |||
(value: (TraceToolCall)[]) => T |