Agents API

UpdateConnectorBody

object

Partial update to a connector.

Only fields present in the request body are changed; absent fields are
left alone. Pass null to clear a value explicitly.

variantIdstring

Variant ID to assign, or null to unassign

asrLangCodestring

ASR language code (e.g. en-US)

voiceNamestring

Google TTS voice name (e.g. en-US-Neural2-A). tts_lang_code is auto-derived from the voice name prefix. Validated via TTS probe.

projectIdstring

Move connector to a different project. API key must have access to both projects.

Example

UpdateKnowledgeBaseTopicBody

object
* Additional properties are NOT allowed.
namestring

>= 1 characters

contentstring
actionsstring
exampleQueriesobject
* Additional properties are NOT allowed.
Show Child Parameters
isActiveboolean
Example

UpdateVariantBody

object
* Additional properties are NOT allowed.
namestring

>= 1 characters

attributeValuesobject
* Additional properties are NOT allowed.
Show Child Parameters
isDefaultboolean
Example

VariantResponse

object
* Additional properties are NOT allowed.
idstringrequired
namestringrequired
isDefaultbooleanrequired
attributeValuesobjectrequired
* Additional properties are NOT allowed.
Show Child Parameters
Example