@fonoster/sdk 0.7.57 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -757,13 +757,13 @@ const request = {
|
|
|
757
757
|
speechToText: {
|
|
758
758
|
productRef: "stt.google",
|
|
759
759
|
config: {
|
|
760
|
-
|
|
760
|
+
languageCode: "en-US"
|
|
761
761
|
}
|
|
762
762
|
},
|
|
763
763
|
intelligence: {
|
|
764
764
|
productRef: "nlu.dialogflowcx",
|
|
765
765
|
credentials: {
|
|
766
|
-
|
|
766
|
+
apiKey: "your-api-key"
|
|
767
767
|
},
|
|
768
768
|
config: {
|
|
769
769
|
agentId: "your-agent-id"
|
|
@@ -815,13 +815,13 @@ const request = {
|
|
|
815
815
|
speechToText: {
|
|
816
816
|
productRef: "stt.google",
|
|
817
817
|
config: {
|
|
818
|
-
|
|
818
|
+
languageCode: "en-US"
|
|
819
819
|
}
|
|
820
820
|
},
|
|
821
821
|
intelligence: {
|
|
822
822
|
productRef: "nlu.dialogflowcx",
|
|
823
823
|
credentials: {
|
|
824
|
-
|
|
824
|
+
apiKey: "your-api-key"
|
|
825
825
|
},
|
|
826
826
|
config: {
|
|
827
827
|
agentId: "your-agent-id"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fonoster/sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"description": "Web and Node.js SDK for Fonoster",
|
|
5
5
|
"author": "Pedro Sanders <psanders@fonoster.com>",
|
|
6
6
|
"homepage": "https://github.com/fonoster/fonoster#readme",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"fonoster"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@fonoster/common": "^0.
|
|
30
|
-
"@fonoster/types": "^0.
|
|
29
|
+
"@fonoster/common": "^0.8.0",
|
|
30
|
+
"@fonoster/types": "^0.8.0",
|
|
31
31
|
"@grpc/grpc-js": "~1.10.6",
|
|
32
32
|
"@grpc/proto-loader": "^0.7.12",
|
|
33
33
|
"google-protobuf": "^3.21.2",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"rollup": "^4.18.0",
|
|
63
63
|
"serve": "^14.2.3"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "9d8a6fc044fe23f4f75356c142d1ca412db5af15"
|
|
66
66
|
}
|