File size: 784 Bytes
d8ad0fd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "actionGroup": "ClaimManagementActionGroup",
  "messageVersion": "1.0",
  "sessionId": "12345678912345",
  "sessionAttributes": {},
  "promptSessionAttributes": {},
  "inputText": "Send reminders to all pending documents",
  "agent": {
    "alias": "TSTALIASID",
    "name": "test",
    "version": "DRAFT",
    "id": "8ZXY0W8P1H"
  },
  "httpMethod": "POST",
  "apiPath": "/send-reminders",
  "requestBody": {
    "content": {
      "application/json": {
        "properties": [
          {
            "name": "claimId",
            "type": "string",
            "value": "20"
          },
          {
            "name": "pendingDocuments",
            "type": "string",
            "value": "social number and vat"
          }
        ]
      }
    }
  },
  "parameters": []
}