Advanced bot parameters

The following table lists advanced bot parameters that are configurable only by the VoiceAI Connect Administrator:

Parameter

Type

Description

mediaFormat

Boolean

This parameter allows overriding the media coder. For more information please contact AudioCodes support.

httpHeadersToBot

Object

Defines a set of customized HTTP headers that are sent on the connection request to the bot. The HTTP headers are used to provide additional context or control information to the bot.

The parameter is optional.

Note: This parameter is only applicable to AudioCodes Bot API.

Example:

{
  "name": "AcBot",
  "provider": "ac_provider",
  "httpHeadersToBot": {
    "Example-header": "example header value"
  }
}
This parameter is applicable only to VoiceAI Connect Enterprise (Version 3.24.2 and later).