This repository was archived by the owner on Aug 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-16
lines changed Expand file tree Collapse file tree 4 files changed +11
-16
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2019 [SAP Conversational AI](https://cai.tool .sap)
3
+ Copyright (c) 2019 [SAP Conversational AI](https://cai.tools .sap)
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
- [ logo ] : https://cdn.cai.tool .sap/brand/sapcai/sap-cai-black.svg " SAP Conversational AI "
1
+ [ logo ] : https://cdn.cai.tools .sap/brand/sapcai/sap-cai-black.svg " SAP Conversational AI "
2
2
3
3
![ alt text] [ logo ]
4
4
@@ -7,7 +7,7 @@ SAP Conversational AI official SDK in PHP
7
7
8
8
## Synospis
9
9
10
- This module is a wrapper around the [ SAP Conversational AI] ( https://cai.tool .sap ) API, and allows you to:
10
+ This module is a wrapper around the [ SAP Conversational AI] ( https://cai.tools .sap ) API, and allows you to:
11
11
* [ Analyse your text] ( https://github.com/SAPConversationalAI/SDK-PHP/wiki/Analyse-text )
12
12
* [ Manage your conversation] ( https://github.com/SAPConversationalAI/SDK-PHP/wiki/Manage-conversation )
13
13
* [ Receive and send messages] ( https://github.com/SAPConversationalAI/SDK-PHP/wiki/Receive-and-send-messages )
@@ -45,17 +45,13 @@ $connect = Client::Connect('YOUR_TOKEN');
45
45
46
46
## More
47
47
48
- You can view the whole API reference at [ cai.tool.sap/docs/api-reference] ( https://cai.tool.sap/docs/api-reference ) .
49
-
50
- ## Author
51
-
52
- Marian André, marian.andre@sap.com
48
+ You can view the whole API reference at [ cai.tools.sap/docs/api-reference] ( https://cai.tools.sap/docs/api-reference ) .
53
49
54
50
You can follow us on Twitter at [ @sapcai ] ( https://twitter.com/sapcai ) for updates and releases.
55
51
56
52
## License
57
53
58
- Copyright (c) [ 2019] [ SAP Conversational AI] ( https://cai.tool .sap )
54
+ Copyright (c) [ 2019] [ SAP Conversational AI] ( https://cai.tools .sap )
59
55
60
56
Permission is hereby granted, free of charge, to any person obtaining a copy
61
57
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 3
3
"description" : " The official PHP SDK of SAP Conversational AI" ,
4
4
"version" : " 4.0.0" ,
5
5
"license" : " MIT" ,
6
- "homepage" : " https://cai.tool .sap" ,
6
+ "homepage" : " https://cai.tools .sap" ,
7
7
"authors" : [
8
8
{
9
- "name" : " Marian André" ,
10
- "email" : " marian.andre@sap.com"
9
+ "name" : " SAP CAI team"
11
10
}
12
11
],
13
12
"minimum-stability" : " dev" ,
Original file line number Diff line number Diff line change 4
4
5
5
class Constants
6
6
{
7
- const REQUEST_ENDPOINT = "https://api.cai.tool .sap/v2/request " ;
8
- const CONVERSE_ENDPOINT = "https://api.cai.tool .sap/v2/converse " ;
9
- const CONVERSATION_ENDPOINT = "https://api.cai.tool .sap/connect/v1/messages " ;
10
- const MESSAGE_ENDPOINT = "https://api.cai.tool .sap/connect/v1/conversations/:conversation_id/messages " ;
7
+ const REQUEST_ENDPOINT = "https://api.cai.tools .sap/v2/request " ;
8
+ const CONVERSE_ENDPOINT = "https://api.cai.tools .sap/v2/converse " ;
9
+ const CONVERSATION_ENDPOINT = "https://api.cai.tools .sap/connect/v1/messages " ;
10
+ const MESSAGE_ENDPOINT = "https://api.cai.tools .sap/connect/v1/conversations/:conversation_id/messages " ;
11
11
12
12
const ACT_ASSERT = "assert " ;
13
13
const ACT_COMMAND = "command " ;
You can’t perform that action at this time.
0 commit comments