@wildix/wim-voicebots-client > VoiceBotEndpoint > Visitor
VoiceBotEndpoint.Visitor interface
Signature:
interface Visitor<T>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
(name: string, value: any) => T | |||
(value: BotDialogflowCxEndpoint) => T | |||
(value: VoiceBotLlmEndpoint) => T | |||
(value: BotOpenAiAssistantEndpoint) => T | |||
(value: BotSqsEndpoint) => T | |||
(value: BotWebhookEndpoint) => T |