Agents API

BatchGetConnectorsResponse

object

Result of a batch connector lookup, partitioned into connectors that
were found and IDs that weren’t.

foundarray[object]required

A connector: the voice, language, variant, and environment bundle
that handles incoming calls. Multiple phone numbers can share one
connector.

Show Child Parameters
notFoundarray[string]required
Example

BatchGetPhoneNumbersBody

object

Set of E.164 phone numbers to retrieve in a single call.

phoneNumbersarray[string]required

List of phone numbers to retrieve

>= 1 items

Example

BatchGetPhoneNumbersResponse

object

Result of a batch phone-number lookup, partitioned into numbers that
were found and numbers that weren’t.

foundarray[object]required

A phone number owned by the project, plus the connector it routes incoming calls to.

Show Child Parameters
notFoundarray[string]required
Example

BatchUpdateConnectorItem

object

A single connector update within a batch update request.

connectorIdstringrequired

Connector ID to update

variantIdstring

Variant ID to assign, or null to unassign

asrLangCodestring

ASR language code

voiceNamestring

Google TTS voice name

projectIdstring

Move connector to a different project

Example

BatchUpdateConnectorsBody

object

Ordered list of connector updates.

Each update is applied independently — partial success is possible.

updatesarray[object]required

A single connector update within a batch update request.

>= 1 items

Show Child Parameters
Example