Skip to main content
Creates a web plugin deployment for an assistant. Use user-scoped authentication because the operation requires organization and project context.
For setup and authentication options, see the Installation guide and Authentication.

Parameters

connectionConfig
ConnectionConfig
required
Configuration for the client connection.
request
CreateAssistantDeploymentRequest
required
Provide the plugin deployment variant.

Usage

Response

code
int32
Numeric status code for the operation.
success
boolean
Indicates whether the operation was successful.
data
AssistantWebpluginDeployment
Created web plugin deployment.
error
Error
Error details when the operation fails.

Errors