Skip to main content

@wildix/wim-voicebots-client > VoiceBot

VoiceBot interface

Signature:

export interface VoiceBot

Properties

Property

Modifiers

Type

Description

capabilities?

(VoiceBotCapability)[] | undefined

(Optional)

category?

string | undefined

(Optional) Category of the bot

createdAt

string

endpoint

VoiceBotEndpoint

An endpoint to use to generate replies during voice bot session.

groupId?

string | undefined

(Optional) PBX group ID for ACL-based visibility in Sales Intelligence.

id

string

message?

string | undefined

(Optional) The initial message that will be played at the start of the session.

name

string

pipeline?

VoiceBotPipelineSettings | undefined

(Optional)

updatedAt?

string | undefined

(Optional)