AgentService class

Constructors

AgentService()

Properties

baseUrl String
final
baseUrl2 String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createAgent(Agent agent, String connectorName) Future<String>
DefeatureAgent(String agentID) Future<Response>
deleteAgent(String id) Future<void>
deployFilesAgent(String agentId, dynamic file_configs) Future<Response>
featureAgent(String agentID) Future<Response>
getAgentById(String agentId) Future<Agent>
getAgentDetailsById(String agentId) Future
getAgents() Future<List<Agent>>
modifyZohoAgent(String agentId, String connectorName) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publishAgent(String agentID) Future<Response>
toString() String
A string representation of this object.
inherited
unPublishAgent(String agentID) Future<Response>
updateAgent(Agent agent) Future<void>
updateAgentDataConfig(String agent_id, dynamic data_configs) Future<void>
uploadImage(File image) Future<String>

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

token String?
getter/setter pair
workspaceId String?
getter/setter pair