@ondewo/nlu-client-typescript 4.0.0 → 4.2.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.
@@ -577,6 +577,799 @@ proto.ondewo.nlu.SessionsPromiseClient.prototype.listSessionLabelsOfAllSessions
577
577
  };
578
578
 
579
579
 
580
+ /**
581
+ * @const
582
+ * @type {!grpc.web.MethodDescriptor<
583
+ * !proto.ondewo.nlu.ListLanguageCodesOfAllSessionsRequest,
584
+ * !proto.ondewo.nlu.ListLanguageCodesResponse>}
585
+ */
586
+ const methodDescriptor_Sessions_ListLanguageCodesOfAllSessions = new grpc.web.MethodDescriptor(
587
+ '/ondewo.nlu.Sessions/ListLanguageCodesOfAllSessions',
588
+ grpc.web.MethodType.UNARY,
589
+ proto.ondewo.nlu.ListLanguageCodesOfAllSessionsRequest,
590
+ proto.ondewo.nlu.ListLanguageCodesResponse,
591
+ /**
592
+ * @param {!proto.ondewo.nlu.ListLanguageCodesOfAllSessionsRequest} request
593
+ * @return {!Uint8Array}
594
+ */
595
+ function(request) {
596
+ return request.serializeBinary();
597
+ },
598
+ proto.ondewo.nlu.ListLanguageCodesResponse.deserializeBinary
599
+ );
600
+
601
+
602
+ /**
603
+ * @param {!proto.ondewo.nlu.ListLanguageCodesOfAllSessionsRequest} request The
604
+ * request proto
605
+ * @param {?Object<string, string>} metadata User defined
606
+ * call metadata
607
+ * @param {function(?grpc.web.RpcError, ?proto.ondewo.nlu.ListLanguageCodesResponse)}
608
+ * callback The callback function(error, response)
609
+ * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListLanguageCodesResponse>|undefined}
610
+ * The XHR Node Readable Stream
611
+ */
612
+ proto.ondewo.nlu.SessionsClient.prototype.listLanguageCodesOfAllSessions =
613
+ function(request, metadata, callback) {
614
+ return this.client_.rpcCall(this.hostname_ +
615
+ '/ondewo.nlu.Sessions/ListLanguageCodesOfAllSessions',
616
+ request,
617
+ metadata || {},
618
+ methodDescriptor_Sessions_ListLanguageCodesOfAllSessions,
619
+ callback);
620
+ };
621
+
622
+
623
+ /**
624
+ * @param {!proto.ondewo.nlu.ListLanguageCodesOfAllSessionsRequest} request The
625
+ * request proto
626
+ * @param {?Object<string, string>=} metadata User defined
627
+ * call metadata
628
+ * @return {!Promise<!proto.ondewo.nlu.ListLanguageCodesResponse>}
629
+ * Promise that resolves to the response
630
+ */
631
+ proto.ondewo.nlu.SessionsPromiseClient.prototype.listLanguageCodesOfAllSessions =
632
+ function(request, metadata) {
633
+ return this.client_.unaryCall(this.hostname_ +
634
+ '/ondewo.nlu.Sessions/ListLanguageCodesOfAllSessions',
635
+ request,
636
+ metadata || {},
637
+ methodDescriptor_Sessions_ListLanguageCodesOfAllSessions);
638
+ };
639
+
640
+
641
+ /**
642
+ * @const
643
+ * @type {!grpc.web.MethodDescriptor<
644
+ * !proto.ondewo.nlu.ListMatchedIntentsOfAllSessionsRequest,
645
+ * !proto.ondewo.nlu.ListMatchedIntentsResponse>}
646
+ */
647
+ const methodDescriptor_Sessions_ListMatchedIntentsOfAllSessions = new grpc.web.MethodDescriptor(
648
+ '/ondewo.nlu.Sessions/ListMatchedIntentsOfAllSessions',
649
+ grpc.web.MethodType.UNARY,
650
+ proto.ondewo.nlu.ListMatchedIntentsOfAllSessionsRequest,
651
+ proto.ondewo.nlu.ListMatchedIntentsResponse,
652
+ /**
653
+ * @param {!proto.ondewo.nlu.ListMatchedIntentsOfAllSessionsRequest} request
654
+ * @return {!Uint8Array}
655
+ */
656
+ function(request) {
657
+ return request.serializeBinary();
658
+ },
659
+ proto.ondewo.nlu.ListMatchedIntentsResponse.deserializeBinary
660
+ );
661
+
662
+
663
+ /**
664
+ * @param {!proto.ondewo.nlu.ListMatchedIntentsOfAllSessionsRequest} request The
665
+ * request proto
666
+ * @param {?Object<string, string>} metadata User defined
667
+ * call metadata
668
+ * @param {function(?grpc.web.RpcError, ?proto.ondewo.nlu.ListMatchedIntentsResponse)}
669
+ * callback The callback function(error, response)
670
+ * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListMatchedIntentsResponse>|undefined}
671
+ * The XHR Node Readable Stream
672
+ */
673
+ proto.ondewo.nlu.SessionsClient.prototype.listMatchedIntentsOfAllSessions =
674
+ function(request, metadata, callback) {
675
+ return this.client_.rpcCall(this.hostname_ +
676
+ '/ondewo.nlu.Sessions/ListMatchedIntentsOfAllSessions',
677
+ request,
678
+ metadata || {},
679
+ methodDescriptor_Sessions_ListMatchedIntentsOfAllSessions,
680
+ callback);
681
+ };
682
+
683
+
684
+ /**
685
+ * @param {!proto.ondewo.nlu.ListMatchedIntentsOfAllSessionsRequest} request The
686
+ * request proto
687
+ * @param {?Object<string, string>=} metadata User defined
688
+ * call metadata
689
+ * @return {!Promise<!proto.ondewo.nlu.ListMatchedIntentsResponse>}
690
+ * Promise that resolves to the response
691
+ */
692
+ proto.ondewo.nlu.SessionsPromiseClient.prototype.listMatchedIntentsOfAllSessions =
693
+ function(request, metadata) {
694
+ return this.client_.unaryCall(this.hostname_ +
695
+ '/ondewo.nlu.Sessions/ListMatchedIntentsOfAllSessions',
696
+ request,
697
+ metadata || {},
698
+ methodDescriptor_Sessions_ListMatchedIntentsOfAllSessions);
699
+ };
700
+
701
+
702
+ /**
703
+ * @const
704
+ * @type {!grpc.web.MethodDescriptor<
705
+ * !proto.ondewo.nlu.ListMatchedEntityTypesOfAllSessionsRequest,
706
+ * !proto.ondewo.nlu.ListMatchedEntityTypesResponse>}
707
+ */
708
+ const methodDescriptor_Sessions_ListMatchedEntityTypesOfAllSessions = new grpc.web.MethodDescriptor(
709
+ '/ondewo.nlu.Sessions/ListMatchedEntityTypesOfAllSessions',
710
+ grpc.web.MethodType.UNARY,
711
+ proto.ondewo.nlu.ListMatchedEntityTypesOfAllSessionsRequest,
712
+ proto.ondewo.nlu.ListMatchedEntityTypesResponse,
713
+ /**
714
+ * @param {!proto.ondewo.nlu.ListMatchedEntityTypesOfAllSessionsRequest} request
715
+ * @return {!Uint8Array}
716
+ */
717
+ function(request) {
718
+ return request.serializeBinary();
719
+ },
720
+ proto.ondewo.nlu.ListMatchedEntityTypesResponse.deserializeBinary
721
+ );
722
+
723
+
724
+ /**
725
+ * @param {!proto.ondewo.nlu.ListMatchedEntityTypesOfAllSessionsRequest} request The
726
+ * request proto
727
+ * @param {?Object<string, string>} metadata User defined
728
+ * call metadata
729
+ * @param {function(?grpc.web.RpcError, ?proto.ondewo.nlu.ListMatchedEntityTypesResponse)}
730
+ * callback The callback function(error, response)
731
+ * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListMatchedEntityTypesResponse>|undefined}
732
+ * The XHR Node Readable Stream
733
+ */
734
+ proto.ondewo.nlu.SessionsClient.prototype.listMatchedEntityTypesOfAllSessions =
735
+ function(request, metadata, callback) {
736
+ return this.client_.rpcCall(this.hostname_ +
737
+ '/ondewo.nlu.Sessions/ListMatchedEntityTypesOfAllSessions',
738
+ request,
739
+ metadata || {},
740
+ methodDescriptor_Sessions_ListMatchedEntityTypesOfAllSessions,
741
+ callback);
742
+ };
743
+
744
+
745
+ /**
746
+ * @param {!proto.ondewo.nlu.ListMatchedEntityTypesOfAllSessionsRequest} request The
747
+ * request proto
748
+ * @param {?Object<string, string>=} metadata User defined
749
+ * call metadata
750
+ * @return {!Promise<!proto.ondewo.nlu.ListMatchedEntityTypesResponse>}
751
+ * Promise that resolves to the response
752
+ */
753
+ proto.ondewo.nlu.SessionsPromiseClient.prototype.listMatchedEntityTypesOfAllSessions =
754
+ function(request, metadata) {
755
+ return this.client_.unaryCall(this.hostname_ +
756
+ '/ondewo.nlu.Sessions/ListMatchedEntityTypesOfAllSessions',
757
+ request,
758
+ metadata || {},
759
+ methodDescriptor_Sessions_ListMatchedEntityTypesOfAllSessions);
760
+ };
761
+
762
+
763
+ /**
764
+ * @const
765
+ * @type {!grpc.web.MethodDescriptor<
766
+ * !proto.ondewo.nlu.ListUserIdsOfAllSessionsRequest,
767
+ * !proto.ondewo.nlu.ListUserIdsResponse>}
768
+ */
769
+ const methodDescriptor_Sessions_ListUserIdsOfAllSessions = new grpc.web.MethodDescriptor(
770
+ '/ondewo.nlu.Sessions/ListUserIdsOfAllSessions',
771
+ grpc.web.MethodType.UNARY,
772
+ proto.ondewo.nlu.ListUserIdsOfAllSessionsRequest,
773
+ proto.ondewo.nlu.ListUserIdsResponse,
774
+ /**
775
+ * @param {!proto.ondewo.nlu.ListUserIdsOfAllSessionsRequest} request
776
+ * @return {!Uint8Array}
777
+ */
778
+ function(request) {
779
+ return request.serializeBinary();
780
+ },
781
+ proto.ondewo.nlu.ListUserIdsResponse.deserializeBinary
782
+ );
783
+
784
+
785
+ /**
786
+ * @param {!proto.ondewo.nlu.ListUserIdsOfAllSessionsRequest} request The
787
+ * request proto
788
+ * @param {?Object<string, string>} metadata User defined
789
+ * call metadata
790
+ * @param {function(?grpc.web.RpcError, ?proto.ondewo.nlu.ListUserIdsResponse)}
791
+ * callback The callback function(error, response)
792
+ * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListUserIdsResponse>|undefined}
793
+ * The XHR Node Readable Stream
794
+ */
795
+ proto.ondewo.nlu.SessionsClient.prototype.listUserIdsOfAllSessions =
796
+ function(request, metadata, callback) {
797
+ return this.client_.rpcCall(this.hostname_ +
798
+ '/ondewo.nlu.Sessions/ListUserIdsOfAllSessions',
799
+ request,
800
+ metadata || {},
801
+ methodDescriptor_Sessions_ListUserIdsOfAllSessions,
802
+ callback);
803
+ };
804
+
805
+
806
+ /**
807
+ * @param {!proto.ondewo.nlu.ListUserIdsOfAllSessionsRequest} request The
808
+ * request proto
809
+ * @param {?Object<string, string>=} metadata User defined
810
+ * call metadata
811
+ * @return {!Promise<!proto.ondewo.nlu.ListUserIdsResponse>}
812
+ * Promise that resolves to the response
813
+ */
814
+ proto.ondewo.nlu.SessionsPromiseClient.prototype.listUserIdsOfAllSessions =
815
+ function(request, metadata) {
816
+ return this.client_.unaryCall(this.hostname_ +
817
+ '/ondewo.nlu.Sessions/ListUserIdsOfAllSessions',
818
+ request,
819
+ metadata || {},
820
+ methodDescriptor_Sessions_ListUserIdsOfAllSessions);
821
+ };
822
+
823
+
824
+ /**
825
+ * @const
826
+ * @type {!grpc.web.MethodDescriptor<
827
+ * !proto.ondewo.nlu.ListIdentifiedUserIdsOfAllSessionsRequest,
828
+ * !proto.ondewo.nlu.ListIdentifiedUserIdsResponse>}
829
+ */
830
+ const methodDescriptor_Sessions_ListIdentifiedUserIdsOfAllSessions = new grpc.web.MethodDescriptor(
831
+ '/ondewo.nlu.Sessions/ListIdentifiedUserIdsOfAllSessions',
832
+ grpc.web.MethodType.UNARY,
833
+ proto.ondewo.nlu.ListIdentifiedUserIdsOfAllSessionsRequest,
834
+ proto.ondewo.nlu.ListIdentifiedUserIdsResponse,
835
+ /**
836
+ * @param {!proto.ondewo.nlu.ListIdentifiedUserIdsOfAllSessionsRequest} request
837
+ * @return {!Uint8Array}
838
+ */
839
+ function(request) {
840
+ return request.serializeBinary();
841
+ },
842
+ proto.ondewo.nlu.ListIdentifiedUserIdsResponse.deserializeBinary
843
+ );
844
+
845
+
846
+ /**
847
+ * @param {!proto.ondewo.nlu.ListIdentifiedUserIdsOfAllSessionsRequest} request The
848
+ * request proto
849
+ * @param {?Object<string, string>} metadata User defined
850
+ * call metadata
851
+ * @param {function(?grpc.web.RpcError, ?proto.ondewo.nlu.ListIdentifiedUserIdsResponse)}
852
+ * callback The callback function(error, response)
853
+ * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListIdentifiedUserIdsResponse>|undefined}
854
+ * The XHR Node Readable Stream
855
+ */
856
+ proto.ondewo.nlu.SessionsClient.prototype.listIdentifiedUserIdsOfAllSessions =
857
+ function(request, metadata, callback) {
858
+ return this.client_.rpcCall(this.hostname_ +
859
+ '/ondewo.nlu.Sessions/ListIdentifiedUserIdsOfAllSessions',
860
+ request,
861
+ metadata || {},
862
+ methodDescriptor_Sessions_ListIdentifiedUserIdsOfAllSessions,
863
+ callback);
864
+ };
865
+
866
+
867
+ /**
868
+ * @param {!proto.ondewo.nlu.ListIdentifiedUserIdsOfAllSessionsRequest} request The
869
+ * request proto
870
+ * @param {?Object<string, string>=} metadata User defined
871
+ * call metadata
872
+ * @return {!Promise<!proto.ondewo.nlu.ListIdentifiedUserIdsResponse>}
873
+ * Promise that resolves to the response
874
+ */
875
+ proto.ondewo.nlu.SessionsPromiseClient.prototype.listIdentifiedUserIdsOfAllSessions =
876
+ function(request, metadata) {
877
+ return this.client_.unaryCall(this.hostname_ +
878
+ '/ondewo.nlu.Sessions/ListIdentifiedUserIdsOfAllSessions',
879
+ request,
880
+ metadata || {},
881
+ methodDescriptor_Sessions_ListIdentifiedUserIdsOfAllSessions);
882
+ };
883
+
884
+
885
+ /**
886
+ * @const
887
+ * @type {!grpc.web.MethodDescriptor<
888
+ * !proto.ondewo.nlu.ListTagsOfAllSessionsRequest,
889
+ * !proto.ondewo.nlu.ListTagsResponse>}
890
+ */
891
+ const methodDescriptor_Sessions_ListTagsOfAllSessions = new grpc.web.MethodDescriptor(
892
+ '/ondewo.nlu.Sessions/ListTagsOfAllSessions',
893
+ grpc.web.MethodType.UNARY,
894
+ proto.ondewo.nlu.ListTagsOfAllSessionsRequest,
895
+ proto.ondewo.nlu.ListTagsResponse,
896
+ /**
897
+ * @param {!proto.ondewo.nlu.ListTagsOfAllSessionsRequest} request
898
+ * @return {!Uint8Array}
899
+ */
900
+ function(request) {
901
+ return request.serializeBinary();
902
+ },
903
+ proto.ondewo.nlu.ListTagsResponse.deserializeBinary
904
+ );
905
+
906
+
907
+ /**
908
+ * @param {!proto.ondewo.nlu.ListTagsOfAllSessionsRequest} request The
909
+ * request proto
910
+ * @param {?Object<string, string>} metadata User defined
911
+ * call metadata
912
+ * @param {function(?grpc.web.RpcError, ?proto.ondewo.nlu.ListTagsResponse)}
913
+ * callback The callback function(error, response)
914
+ * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListTagsResponse>|undefined}
915
+ * The XHR Node Readable Stream
916
+ */
917
+ proto.ondewo.nlu.SessionsClient.prototype.listTagsOfAllSessions =
918
+ function(request, metadata, callback) {
919
+ return this.client_.rpcCall(this.hostname_ +
920
+ '/ondewo.nlu.Sessions/ListTagsOfAllSessions',
921
+ request,
922
+ metadata || {},
923
+ methodDescriptor_Sessions_ListTagsOfAllSessions,
924
+ callback);
925
+ };
926
+
927
+
928
+ /**
929
+ * @param {!proto.ondewo.nlu.ListTagsOfAllSessionsRequest} request The
930
+ * request proto
931
+ * @param {?Object<string, string>=} metadata User defined
932
+ * call metadata
933
+ * @return {!Promise<!proto.ondewo.nlu.ListTagsResponse>}
934
+ * Promise that resolves to the response
935
+ */
936
+ proto.ondewo.nlu.SessionsPromiseClient.prototype.listTagsOfAllSessions =
937
+ function(request, metadata) {
938
+ return this.client_.unaryCall(this.hostname_ +
939
+ '/ondewo.nlu.Sessions/ListTagsOfAllSessions',
940
+ request,
941
+ metadata || {},
942
+ methodDescriptor_Sessions_ListTagsOfAllSessions);
943
+ };
944
+
945
+
946
+ /**
947
+ * @const
948
+ * @type {!grpc.web.MethodDescriptor<
949
+ * !proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest,
950
+ * !proto.ondewo.nlu.ListInputContextsResponse>}
951
+ */
952
+ const methodDescriptor_Sessions_ListInputContextsOfAllSessions = new grpc.web.MethodDescriptor(
953
+ '/ondewo.nlu.Sessions/ListInputContextsOfAllSessions',
954
+ grpc.web.MethodType.UNARY,
955
+ proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest,
956
+ proto.ondewo.nlu.ListInputContextsResponse,
957
+ /**
958
+ * @param {!proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest} request
959
+ * @return {!Uint8Array}
960
+ */
961
+ function(request) {
962
+ return request.serializeBinary();
963
+ },
964
+ proto.ondewo.nlu.ListInputContextsResponse.deserializeBinary
965
+ );
966
+
967
+
968
+ /**
969
+ * @param {!proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest} request The
970
+ * request proto
971
+ * @param {?Object<string, string>} metadata User defined
972
+ * call metadata
973
+ * @param {function(?grpc.web.RpcError, ?proto.ondewo.nlu.ListInputContextsResponse)}
974
+ * callback The callback function(error, response)
975
+ * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListInputContextsResponse>|undefined}
976
+ * The XHR Node Readable Stream
977
+ */
978
+ proto.ondewo.nlu.SessionsClient.prototype.listInputContextsOfAllSessions =
979
+ function(request, metadata, callback) {
980
+ return this.client_.rpcCall(this.hostname_ +
981
+ '/ondewo.nlu.Sessions/ListInputContextsOfAllSessions',
982
+ request,
983
+ metadata || {},
984
+ methodDescriptor_Sessions_ListInputContextsOfAllSessions,
985
+ callback);
986
+ };
987
+
988
+
989
+ /**
990
+ * @param {!proto.ondewo.nlu.ListInputContextsOfAllSessionsRequest} request The
991
+ * request proto
992
+ * @param {?Object<string, string>=} metadata User defined
993
+ * call metadata
994
+ * @return {!Promise<!proto.ondewo.nlu.ListInputContextsResponse>}
995
+ * Promise that resolves to the response
996
+ */
997
+ proto.ondewo.nlu.SessionsPromiseClient.prototype.listInputContextsOfAllSessions =
998
+ function(request, metadata) {
999
+ return this.client_.unaryCall(this.hostname_ +
1000
+ '/ondewo.nlu.Sessions/ListInputContextsOfAllSessions',
1001
+ request,
1002
+ metadata || {},
1003
+ methodDescriptor_Sessions_ListInputContextsOfAllSessions);
1004
+ };
1005
+
1006
+
1007
+ /**
1008
+ * @const
1009
+ * @type {!grpc.web.MethodDescriptor<
1010
+ * !proto.ondewo.nlu.ListOutputContextsOfAllSessionsRequest,
1011
+ * !proto.ondewo.nlu.ListOutputContextsResponse>}
1012
+ */
1013
+ const methodDescriptor_Sessions_ListOutputContextsOfAllSessions = new grpc.web.MethodDescriptor(
1014
+ '/ondewo.nlu.Sessions/ListOutputContextsOfAllSessions',
1015
+ grpc.web.MethodType.UNARY,
1016
+ proto.ondewo.nlu.ListOutputContextsOfAllSessionsRequest,
1017
+ proto.ondewo.nlu.ListOutputContextsResponse,
1018
+ /**
1019
+ * @param {!proto.ondewo.nlu.ListOutputContextsOfAllSessionsRequest} request
1020
+ * @return {!Uint8Array}
1021
+ */
1022
+ function(request) {
1023
+ return request.serializeBinary();
1024
+ },
1025
+ proto.ondewo.nlu.ListOutputContextsResponse.deserializeBinary
1026
+ );
1027
+
1028
+
1029
+ /**
1030
+ * @param {!proto.ondewo.nlu.ListOutputContextsOfAllSessionsRequest} request The
1031
+ * request proto
1032
+ * @param {?Object<string, string>} metadata User defined
1033
+ * call metadata
1034
+ * @param {function(?grpc.web.RpcError, ?proto.ondewo.nlu.ListOutputContextsResponse)}
1035
+ * callback The callback function(error, response)
1036
+ * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListOutputContextsResponse>|undefined}
1037
+ * The XHR Node Readable Stream
1038
+ */
1039
+ proto.ondewo.nlu.SessionsClient.prototype.listOutputContextsOfAllSessions =
1040
+ function(request, metadata, callback) {
1041
+ return this.client_.rpcCall(this.hostname_ +
1042
+ '/ondewo.nlu.Sessions/ListOutputContextsOfAllSessions',
1043
+ request,
1044
+ metadata || {},
1045
+ methodDescriptor_Sessions_ListOutputContextsOfAllSessions,
1046
+ callback);
1047
+ };
1048
+
1049
+
1050
+ /**
1051
+ * @param {!proto.ondewo.nlu.ListOutputContextsOfAllSessionsRequest} request The
1052
+ * request proto
1053
+ * @param {?Object<string, string>=} metadata User defined
1054
+ * call metadata
1055
+ * @return {!Promise<!proto.ondewo.nlu.ListOutputContextsResponse>}
1056
+ * Promise that resolves to the response
1057
+ */
1058
+ proto.ondewo.nlu.SessionsPromiseClient.prototype.listOutputContextsOfAllSessions =
1059
+ function(request, metadata) {
1060
+ return this.client_.unaryCall(this.hostname_ +
1061
+ '/ondewo.nlu.Sessions/ListOutputContextsOfAllSessions',
1062
+ request,
1063
+ metadata || {},
1064
+ methodDescriptor_Sessions_ListOutputContextsOfAllSessions);
1065
+ };
1066
+
1067
+
1068
+ /**
1069
+ * @const
1070
+ * @type {!grpc.web.MethodDescriptor<
1071
+ * !proto.ondewo.nlu.ListPlatformsOfAllSessionsRequest,
1072
+ * !proto.ondewo.nlu.ListPlatformsResponse>}
1073
+ */
1074
+ const methodDescriptor_Sessions_ListPlatformsOfAllSessions = new grpc.web.MethodDescriptor(
1075
+ '/ondewo.nlu.Sessions/ListPlatformsOfAllSessions',
1076
+ grpc.web.MethodType.UNARY,
1077
+ proto.ondewo.nlu.ListPlatformsOfAllSessionsRequest,
1078
+ proto.ondewo.nlu.ListPlatformsResponse,
1079
+ /**
1080
+ * @param {!proto.ondewo.nlu.ListPlatformsOfAllSessionsRequest} request
1081
+ * @return {!Uint8Array}
1082
+ */
1083
+ function(request) {
1084
+ return request.serializeBinary();
1085
+ },
1086
+ proto.ondewo.nlu.ListPlatformsResponse.deserializeBinary
1087
+ );
1088
+
1089
+
1090
+ /**
1091
+ * @param {!proto.ondewo.nlu.ListPlatformsOfAllSessionsRequest} request The
1092
+ * request proto
1093
+ * @param {?Object<string, string>} metadata User defined
1094
+ * call metadata
1095
+ * @param {function(?grpc.web.RpcError, ?proto.ondewo.nlu.ListPlatformsResponse)}
1096
+ * callback The callback function(error, response)
1097
+ * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListPlatformsResponse>|undefined}
1098
+ * The XHR Node Readable Stream
1099
+ */
1100
+ proto.ondewo.nlu.SessionsClient.prototype.listPlatformsOfAllSessions =
1101
+ function(request, metadata, callback) {
1102
+ return this.client_.rpcCall(this.hostname_ +
1103
+ '/ondewo.nlu.Sessions/ListPlatformsOfAllSessions',
1104
+ request,
1105
+ metadata || {},
1106
+ methodDescriptor_Sessions_ListPlatformsOfAllSessions,
1107
+ callback);
1108
+ };
1109
+
1110
+
1111
+ /**
1112
+ * @param {!proto.ondewo.nlu.ListPlatformsOfAllSessionsRequest} request The
1113
+ * request proto
1114
+ * @param {?Object<string, string>=} metadata User defined
1115
+ * call metadata
1116
+ * @return {!Promise<!proto.ondewo.nlu.ListPlatformsResponse>}
1117
+ * Promise that resolves to the response
1118
+ */
1119
+ proto.ondewo.nlu.SessionsPromiseClient.prototype.listPlatformsOfAllSessions =
1120
+ function(request, metadata) {
1121
+ return this.client_.unaryCall(this.hostname_ +
1122
+ '/ondewo.nlu.Sessions/ListPlatformsOfAllSessions',
1123
+ request,
1124
+ metadata || {},
1125
+ methodDescriptor_Sessions_ListPlatformsOfAllSessions);
1126
+ };
1127
+
1128
+
1129
+ /**
1130
+ * @const
1131
+ * @type {!grpc.web.MethodDescriptor<
1132
+ * !proto.ondewo.nlu.ListAccountIdsOfAllSessionsRequest,
1133
+ * !proto.ondewo.nlu.ListAccountIdsResponse>}
1134
+ */
1135
+ const methodDescriptor_Sessions_ListAccountIdsOfAllSessions = new grpc.web.MethodDescriptor(
1136
+ '/ondewo.nlu.Sessions/ListAccountIdsOfAllSessions',
1137
+ grpc.web.MethodType.UNARY,
1138
+ proto.ondewo.nlu.ListAccountIdsOfAllSessionsRequest,
1139
+ proto.ondewo.nlu.ListAccountIdsResponse,
1140
+ /**
1141
+ * @param {!proto.ondewo.nlu.ListAccountIdsOfAllSessionsRequest} request
1142
+ * @return {!Uint8Array}
1143
+ */
1144
+ function(request) {
1145
+ return request.serializeBinary();
1146
+ },
1147
+ proto.ondewo.nlu.ListAccountIdsResponse.deserializeBinary
1148
+ );
1149
+
1150
+
1151
+ /**
1152
+ * @param {!proto.ondewo.nlu.ListAccountIdsOfAllSessionsRequest} request The
1153
+ * request proto
1154
+ * @param {?Object<string, string>} metadata User defined
1155
+ * call metadata
1156
+ * @param {function(?grpc.web.RpcError, ?proto.ondewo.nlu.ListAccountIdsResponse)}
1157
+ * callback The callback function(error, response)
1158
+ * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListAccountIdsResponse>|undefined}
1159
+ * The XHR Node Readable Stream
1160
+ */
1161
+ proto.ondewo.nlu.SessionsClient.prototype.listAccountIdsOfAllSessions =
1162
+ function(request, metadata, callback) {
1163
+ return this.client_.rpcCall(this.hostname_ +
1164
+ '/ondewo.nlu.Sessions/ListAccountIdsOfAllSessions',
1165
+ request,
1166
+ metadata || {},
1167
+ methodDescriptor_Sessions_ListAccountIdsOfAllSessions,
1168
+ callback);
1169
+ };
1170
+
1171
+
1172
+ /**
1173
+ * @param {!proto.ondewo.nlu.ListAccountIdsOfAllSessionsRequest} request The
1174
+ * request proto
1175
+ * @param {?Object<string, string>=} metadata User defined
1176
+ * call metadata
1177
+ * @return {!Promise<!proto.ondewo.nlu.ListAccountIdsResponse>}
1178
+ * Promise that resolves to the response
1179
+ */
1180
+ proto.ondewo.nlu.SessionsPromiseClient.prototype.listAccountIdsOfAllSessions =
1181
+ function(request, metadata) {
1182
+ return this.client_.unaryCall(this.hostname_ +
1183
+ '/ondewo.nlu.Sessions/ListAccountIdsOfAllSessions',
1184
+ request,
1185
+ metadata || {},
1186
+ methodDescriptor_Sessions_ListAccountIdsOfAllSessions);
1187
+ };
1188
+
1189
+
1190
+ /**
1191
+ * @const
1192
+ * @type {!grpc.web.MethodDescriptor<
1193
+ * !proto.ondewo.nlu.ListPropertyIdsOfAllSessionsRequest,
1194
+ * !proto.ondewo.nlu.ListPropertyIdsResponse>}
1195
+ */
1196
+ const methodDescriptor_Sessions_ListPropertyIdsOfAllSessions = new grpc.web.MethodDescriptor(
1197
+ '/ondewo.nlu.Sessions/ListPropertyIdsOfAllSessions',
1198
+ grpc.web.MethodType.UNARY,
1199
+ proto.ondewo.nlu.ListPropertyIdsOfAllSessionsRequest,
1200
+ proto.ondewo.nlu.ListPropertyIdsResponse,
1201
+ /**
1202
+ * @param {!proto.ondewo.nlu.ListPropertyIdsOfAllSessionsRequest} request
1203
+ * @return {!Uint8Array}
1204
+ */
1205
+ function(request) {
1206
+ return request.serializeBinary();
1207
+ },
1208
+ proto.ondewo.nlu.ListPropertyIdsResponse.deserializeBinary
1209
+ );
1210
+
1211
+
1212
+ /**
1213
+ * @param {!proto.ondewo.nlu.ListPropertyIdsOfAllSessionsRequest} request The
1214
+ * request proto
1215
+ * @param {?Object<string, string>} metadata User defined
1216
+ * call metadata
1217
+ * @param {function(?grpc.web.RpcError, ?proto.ondewo.nlu.ListPropertyIdsResponse)}
1218
+ * callback The callback function(error, response)
1219
+ * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListPropertyIdsResponse>|undefined}
1220
+ * The XHR Node Readable Stream
1221
+ */
1222
+ proto.ondewo.nlu.SessionsClient.prototype.listPropertyIdsOfAllSessions =
1223
+ function(request, metadata, callback) {
1224
+ return this.client_.rpcCall(this.hostname_ +
1225
+ '/ondewo.nlu.Sessions/ListPropertyIdsOfAllSessions',
1226
+ request,
1227
+ metadata || {},
1228
+ methodDescriptor_Sessions_ListPropertyIdsOfAllSessions,
1229
+ callback);
1230
+ };
1231
+
1232
+
1233
+ /**
1234
+ * @param {!proto.ondewo.nlu.ListPropertyIdsOfAllSessionsRequest} request The
1235
+ * request proto
1236
+ * @param {?Object<string, string>=} metadata User defined
1237
+ * call metadata
1238
+ * @return {!Promise<!proto.ondewo.nlu.ListPropertyIdsResponse>}
1239
+ * Promise that resolves to the response
1240
+ */
1241
+ proto.ondewo.nlu.SessionsPromiseClient.prototype.listPropertyIdsOfAllSessions =
1242
+ function(request, metadata) {
1243
+ return this.client_.unaryCall(this.hostname_ +
1244
+ '/ondewo.nlu.Sessions/ListPropertyIdsOfAllSessions',
1245
+ request,
1246
+ metadata || {},
1247
+ methodDescriptor_Sessions_ListPropertyIdsOfAllSessions);
1248
+ };
1249
+
1250
+
1251
+ /**
1252
+ * @const
1253
+ * @type {!grpc.web.MethodDescriptor<
1254
+ * !proto.ondewo.nlu.ListDatastreamIdsOfAllSessionsRequest,
1255
+ * !proto.ondewo.nlu.ListDatastreamIdsResponse>}
1256
+ */
1257
+ const methodDescriptor_Sessions_ListDatastreamIdsOfAllSessions = new grpc.web.MethodDescriptor(
1258
+ '/ondewo.nlu.Sessions/ListDatastreamIdsOfAllSessions',
1259
+ grpc.web.MethodType.UNARY,
1260
+ proto.ondewo.nlu.ListDatastreamIdsOfAllSessionsRequest,
1261
+ proto.ondewo.nlu.ListDatastreamIdsResponse,
1262
+ /**
1263
+ * @param {!proto.ondewo.nlu.ListDatastreamIdsOfAllSessionsRequest} request
1264
+ * @return {!Uint8Array}
1265
+ */
1266
+ function(request) {
1267
+ return request.serializeBinary();
1268
+ },
1269
+ proto.ondewo.nlu.ListDatastreamIdsResponse.deserializeBinary
1270
+ );
1271
+
1272
+
1273
+ /**
1274
+ * @param {!proto.ondewo.nlu.ListDatastreamIdsOfAllSessionsRequest} request The
1275
+ * request proto
1276
+ * @param {?Object<string, string>} metadata User defined
1277
+ * call metadata
1278
+ * @param {function(?grpc.web.RpcError, ?proto.ondewo.nlu.ListDatastreamIdsResponse)}
1279
+ * callback The callback function(error, response)
1280
+ * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListDatastreamIdsResponse>|undefined}
1281
+ * The XHR Node Readable Stream
1282
+ */
1283
+ proto.ondewo.nlu.SessionsClient.prototype.listDatastreamIdsOfAllSessions =
1284
+ function(request, metadata, callback) {
1285
+ return this.client_.rpcCall(this.hostname_ +
1286
+ '/ondewo.nlu.Sessions/ListDatastreamIdsOfAllSessions',
1287
+ request,
1288
+ metadata || {},
1289
+ methodDescriptor_Sessions_ListDatastreamIdsOfAllSessions,
1290
+ callback);
1291
+ };
1292
+
1293
+
1294
+ /**
1295
+ * @param {!proto.ondewo.nlu.ListDatastreamIdsOfAllSessionsRequest} request The
1296
+ * request proto
1297
+ * @param {?Object<string, string>=} metadata User defined
1298
+ * call metadata
1299
+ * @return {!Promise<!proto.ondewo.nlu.ListDatastreamIdsResponse>}
1300
+ * Promise that resolves to the response
1301
+ */
1302
+ proto.ondewo.nlu.SessionsPromiseClient.prototype.listDatastreamIdsOfAllSessions =
1303
+ function(request, metadata) {
1304
+ return this.client_.unaryCall(this.hostname_ +
1305
+ '/ondewo.nlu.Sessions/ListDatastreamIdsOfAllSessions',
1306
+ request,
1307
+ metadata || {},
1308
+ methodDescriptor_Sessions_ListDatastreamIdsOfAllSessions);
1309
+ };
1310
+
1311
+
1312
+ /**
1313
+ * @const
1314
+ * @type {!grpc.web.MethodDescriptor<
1315
+ * !proto.ondewo.nlu.ListOriginIdsOfAllSessionsRequest,
1316
+ * !proto.ondewo.nlu.ListOriginIdsResponse>}
1317
+ */
1318
+ const methodDescriptor_Sessions_ListOriginIdsOfAllSessions = new grpc.web.MethodDescriptor(
1319
+ '/ondewo.nlu.Sessions/ListOriginIdsOfAllSessions',
1320
+ grpc.web.MethodType.UNARY,
1321
+ proto.ondewo.nlu.ListOriginIdsOfAllSessionsRequest,
1322
+ proto.ondewo.nlu.ListOriginIdsResponse,
1323
+ /**
1324
+ * @param {!proto.ondewo.nlu.ListOriginIdsOfAllSessionsRequest} request
1325
+ * @return {!Uint8Array}
1326
+ */
1327
+ function(request) {
1328
+ return request.serializeBinary();
1329
+ },
1330
+ proto.ondewo.nlu.ListOriginIdsResponse.deserializeBinary
1331
+ );
1332
+
1333
+
1334
+ /**
1335
+ * @param {!proto.ondewo.nlu.ListOriginIdsOfAllSessionsRequest} request The
1336
+ * request proto
1337
+ * @param {?Object<string, string>} metadata User defined
1338
+ * call metadata
1339
+ * @param {function(?grpc.web.RpcError, ?proto.ondewo.nlu.ListOriginIdsResponse)}
1340
+ * callback The callback function(error, response)
1341
+ * @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListOriginIdsResponse>|undefined}
1342
+ * The XHR Node Readable Stream
1343
+ */
1344
+ proto.ondewo.nlu.SessionsClient.prototype.listOriginIdsOfAllSessions =
1345
+ function(request, metadata, callback) {
1346
+ return this.client_.rpcCall(this.hostname_ +
1347
+ '/ondewo.nlu.Sessions/ListOriginIdsOfAllSessions',
1348
+ request,
1349
+ metadata || {},
1350
+ methodDescriptor_Sessions_ListOriginIdsOfAllSessions,
1351
+ callback);
1352
+ };
1353
+
1354
+
1355
+ /**
1356
+ * @param {!proto.ondewo.nlu.ListOriginIdsOfAllSessionsRequest} request The
1357
+ * request proto
1358
+ * @param {?Object<string, string>=} metadata User defined
1359
+ * call metadata
1360
+ * @return {!Promise<!proto.ondewo.nlu.ListOriginIdsResponse>}
1361
+ * Promise that resolves to the response
1362
+ */
1363
+ proto.ondewo.nlu.SessionsPromiseClient.prototype.listOriginIdsOfAllSessions =
1364
+ function(request, metadata) {
1365
+ return this.client_.unaryCall(this.hostname_ +
1366
+ '/ondewo.nlu.Sessions/ListOriginIdsOfAllSessions',
1367
+ request,
1368
+ metadata || {},
1369
+ methodDescriptor_Sessions_ListOriginIdsOfAllSessions);
1370
+ };
1371
+
1372
+
580
1373
  /**
581
1374
  * @const
582
1375
  * @type {!grpc.web.MethodDescriptor<