Download OpenAPI specification:Download
Take company name returns ticker symbol used for trading param Args: company_name: company name like Microsoft Returns: Ticker Symbol used for trading like MSFT for microsoft
| company_name required | string (Company Name) |
"string"Get weather information for location provided in fulfillment request param: request_data: DM fulfillment request
| UserId required | string (Userid) |
| Domain required | string (Domain) |
| Intent required | string (Intent) |
| Language required | string (Language) |
| Query required | string (Query) |
| QueryId required | string (Queryid) |
| ProcessedQuery required | string (Processedquery) |
| SessionId required | string (Sessionid) |
| StreamId required | string (Streamid) |
| Event | string (Event) |
| NlpResp | object (Nlpresp) |
| Slots | object (Slots) |
| LinkedSlots | object (Linkedslots) |
| FulfillmentSlots | object (Fulfillmentslots) |
| Parameters | object (Parameters) |
| History | object (History) |
| Memory | object (Memory) |
{- "UserId": "string",
- "Domain": "string",
- "Intent": "string",
- "Language": "string",
- "Query": "string",
- "QueryId": "string",
- "ProcessedQuery": "string",
- "SessionId": "string",
- "StreamId": "string",
- "Event": "string",
- "NlpResp": { },
- "Slots": { },
- "LinkedSlots": { },
- "FulfillmentSlots": { },
- "Parameters": { },
- "History": { },
- "Memory": { }
}{- "UserResponse": { },
- "Status": "",
- "FulfillmentSlots": { },
- "CustomData": { },
- "InvalidSlots": [
- null
], - "Slots": { },
- "StatusDetails": "",
- "Memory": { }
}This endpoint can be used to provide response to query driven user request.
| Query | string (Query) Default: "" The user query which needs to be processed. |
| UserId required | string (Userid) Mandatory unique identifier to recognize which user is interacting with the Chat Engine. |
{- "Query": "",
- "UserId": "string"
}nullThis endpoint can be used to provide response to an event driven user request.
| EventType | string (Eventtype) Default: "" The event name which needs to be processed. |
| UserId required | string (Userid) Mandatory unique identifier to recognize which user is interacting with the Chat Engine. |
{- "EventType": "",
- "UserId": "string"
}{- "UserId": "",
- "Events": [ ],
- "Response": {
- "Text": "",
- "CleanedText": "",
- "NeedUserResponse": true,
- "IsFinal": false
}
}