Commands
Last updated
Was this helpful?
Last updated
Was this helpful?
Certainly! Here's the documentation for the C4AI_EES_Execute_Command
:
The C4AI_EES_Execute_Command
is a method provided by the Cloud4.ai SDK that allows users to execute commands within the EES (Endpoint Service). This method facilitates the execution of various commands and operations within the Cloud4.ai ecosystem.
service
: The service instance where the command will be executed.
command
: The command to be executed within the service.
options
: Optional execution options such as priority, retries, deduplication ID, callbacks, and fallback commands.
schedule
: Optional execution schedule such as executeIn, executeAt, etc. Read More:
To use the C4AI_EES_Execute_Command
method, ensure you have the Cloud4.ai SDK installed and configured in your project. Import the required modules and initialize the necessary parameters. Here's an example of how to use the method:
The C4AI_AAC_Execute_Command
class is a part of the Cloud4.ai SDK, specifically designed to execute commands within the AAC (AI As Code) service. This class provides a streamlined approach to executing various commands and operations within the AAC service.
parameters
: The request parameters required for the AAC command execution. These parameters define the specific operation to be performed within the AAC service.
credentials
: Optional API credentials required for authentication and authorization purposes. These credentials are necessary for executing certain commands within the AAC service.
To use the C4AI_AAC_Execute_Command
class, ensure you have the Cloud4.ai SDK installed and configured in your project. Import the required modules and initialize the necessary parameters. Here's an example of how to use the class: