@wildix/wim-voicebots-client > TraceSegmentInput > Visitor
TraceSegmentInput.Visitor interface
Signature:
interface Visitor<T>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
(name: string, value: any) => T | |||
(value: TraceSegmentCompletionInput) => T | |||
(value: TraceGenericInput) => T | |||
(value: TraceOAuthInput) => T | |||
(value: TraceToolCall) => T |