Intelliservice General API

Version: 1.0.0

This section contains general API of IntelliService like mananging projects.

API methods: General

POST /botbuilder/project

create project

Adds a new project in the organisation. This can be done only by user with admin privileges.

Request body

Required: true

Media types
application/json
SchemaProject

Responses

201

Project saved successfully

DELETE /botbuilder/project/{projectName}/{language}

delete project

Deletes the exiting project in the organisation. This can be done by user with admin privileges.

Parameters

projectName(path)

enter the name of the existing project.

typestring
requiredtrue
example
Sampleproject
language(path)

enter the language of the project. For example, en for English.

typestring
requiredtrue
example
en

Responses

200

Project deleted successfully

Components

Schemas

Project

Properties
name
string
exampleSampleproject
description
string
exampleSample project created for testing
language
string
exampleen
orgName
string
exampleHCL
titleProject
typeobject
required
  • projectName
  • description
  • language
  • orgName