AvatarConfig
Avatar configuration object.
Props
avatarId
avatarId: string
Unique avatar id
customData
customData: Object
Set of key-value pairs to be passed to an avatar for personalization (e.g., a customer's name). Can be obtained in the avatar script via getCustomData function
extended
extended: false
| undefined
| true
Whether an avatar should return detailed information on recognizing the user input (i.e. whether the intents are passed to VoximplantAvatar.Events.UtteranceParsed in the avatar script)