@cognigy/rest-api-client
Version:
Cognigy REST-Client
32 lines • 1.08 kB
JavaScript
"use strict";
/**
* @openapi
* components:
* schemas:
* IAiAgentHiringTemplate_2_0:
* type: object
* properties:
* templateId:
* type: string
* description: The ID of the AI Agent template to hire.
* example: RetailAssistant-Rita
* aiAgentName:
* type: string
* description: The name of the AI Agent.
* example: Rita
* aiAgentFileName:
* type: string
* description: The file name of the AI Agent.
* example: Rita.tar
* aiAgentImage:
* type: string
* description: The image of the AI Agent.
* example: https://cognigy.com/rita.png
* aiAgentDescription:
* type: string
* description: A short description of the AI Agent, up to 1000 characters.
* example: "I am a virtual assistant that can help you with your questions."
*
*/
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IAiAgentHiringTemplate_2_0.js.map