new(basic.gblib): Power Platform integration.
This commit is contained in:
parent
ce84053d95
commit
b7cad9a67f
1 changed files with 5 additions and 19 deletions
24
swagger.json
24
swagger.json
|
@ -23,32 +23,18 @@
|
||||||
"paths": {
|
"paths": {
|
||||||
"/api/v2//dialog/talk": {
|
"/api/v2//dialog/talk": {
|
||||||
"post": {
|
"post": {
|
||||||
|
"requestBody":{
|
||||||
|
"content": "text/plain"
|
||||||
|
},
|
||||||
"summary": "Talk to the user.",
|
"summary": "Talk to the user.",
|
||||||
"description": "Talk to the user.",
|
"description": "Talk to the user.",
|
||||||
"x-ms-no-generic-test": true,
|
"x-ms-no-generic-test": true,
|
||||||
"operationId": "talkTo",
|
"operationId": "talk",
|
||||||
"consumes": [
|
|
||||||
"application/json"
|
|
||||||
],
|
|
||||||
"produces": [
|
|
||||||
"application/json"
|
|
||||||
],
|
|
||||||
"parameters": [
|
|
||||||
{
|
|
||||||
"name": "content",
|
|
||||||
"in": "body",
|
|
||||||
"required": true,
|
|
||||||
"schema": {
|
|
||||||
"$ref": "#/definitions/TalkRequest"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"description": "OK"
|
"description": "OK"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"deprecated": false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue