@@ -593,7 +593,7 @@ var apiInstance = new platformClient.AnalyticsApi();
593593
594594var conversationId = " conversationId_example" ; // String | conversationId
595595
596- var body = new platformClient.PropertyIndexRequest () ; // PropertyIndexRequest | request
596+ var body = {} ; // Object | request
597597
598598apiInstance .postAnalyticsConversationDetailsProperties (conversationId, body)
599599 .then (function (data ) {
@@ -612,7 +612,7 @@ apiInstance.postAnalyticsConversationDetailsProperties(conversationId, body)
612612| Name | Type | Description | Notes |
613613| ------------- | ------------- | ------------- | ------------- |
614614 ** conversationId** | ** String** | conversationId | |
615- ** body** | ** PropertyIndexRequest ** | request | |
615+ ** body** | ** Object ** | request | |
616616{: class="table table-striped"}
617617
618618### Return type
@@ -642,7 +642,7 @@ platformClient.ApiClient.instance.authentications['PureCloud Auth'].accessToken
642642
643643var apiInstance = new platformClient.AnalyticsApi ();
644644
645- var body = new platformClient.AggregationQuery () ; // AggregationQuery | query
645+ var body = {} ; // Object | query
646646
647647apiInstance .postAnalyticsConversationsAggregatesQuery (body)
648648 .then (function (data ) {
@@ -660,7 +660,7 @@ apiInstance.postAnalyticsConversationsAggregatesQuery(body)
660660
661661| Name | Type | Description | Notes |
662662| ------------- | ------------- | ------------- | ------------- |
663- ** body** | ** AggregationQuery ** | query | |
663+ ** body** | ** Object ** | query | |
664664{: class="table table-striped"}
665665
666666### Return type
@@ -690,7 +690,7 @@ platformClient.ApiClient.instance.authentications['PureCloud Auth'].accessToken
690690
691691var apiInstance = new platformClient.AnalyticsApi ();
692692
693- var body = new platformClient.ConversationQuery () ; // ConversationQuery | query
693+ var body = {} ; // Object | query
694694
695695apiInstance .postAnalyticsConversationsDetailsQuery (body)
696696 .then (function (data ) {
@@ -708,7 +708,7 @@ apiInstance.postAnalyticsConversationsDetailsQuery(body)
708708
709709| Name | Type | Description | Notes |
710710| ------------- | ------------- | ------------- | ------------- |
711- ** body** | ** ConversationQuery ** | query | |
711+ ** body** | ** Object ** | query | |
712712{: class="table table-striped"}
713713
714714### Return type
@@ -738,7 +738,7 @@ platformClient.ApiClient.instance.authentications['PureCloud Auth'].accessToken
738738
739739var apiInstance = new platformClient.AnalyticsApi ();
740740
741- var body = new platformClient.AggregationQuery () ; // AggregationQuery | query
741+ var body = {} ; // Object | query
742742
743743apiInstance .postAnalyticsEvaluationsAggregatesQuery (body)
744744 .then (function (data ) {
@@ -756,7 +756,7 @@ apiInstance.postAnalyticsEvaluationsAggregatesQuery(body)
756756
757757| Name | Type | Description | Notes |
758758| ------------- | ------------- | ------------- | ------------- |
759- ** body** | ** AggregationQuery ** | query | |
759+ ** body** | ** Object ** | query | |
760760{: class="table table-striped"}
761761
762762### Return type
@@ -786,7 +786,7 @@ platformClient.ApiClient.instance.authentications['PureCloud Auth'].accessToken
786786
787787var apiInstance = new platformClient.AnalyticsApi ();
788788
789- var body = new platformClient.ObservationQuery () ; // ObservationQuery | query
789+ var body = {} ; // Object | query
790790
791791apiInstance .postAnalyticsQueuesObservationsQuery (body)
792792 .then (function (data ) {
@@ -804,7 +804,7 @@ apiInstance.postAnalyticsQueuesObservationsQuery(body)
804804
805805| Name | Type | Description | Notes |
806806| ------------- | ------------- | ------------- | ------------- |
807- ** body** | ** ObservationQuery ** | query | |
807+ ** body** | ** Object ** | query | |
808808{: class="table table-striped"}
809809
810810### Return type
@@ -882,7 +882,7 @@ platformClient.ApiClient.instance.authentications['PureCloud Auth'].accessToken
882882
883883var apiInstance = new platformClient.AnalyticsApi ();
884884
885- var body = new platformClient.ReportSchedule () ; // ReportSchedule | ReportSchedule
885+ var body = {} ; // Object | ReportSchedule
886886
887887apiInstance .postAnalyticsReportingSchedules (body)
888888 .then (function (data ) {
@@ -900,7 +900,7 @@ apiInstance.postAnalyticsReportingSchedules(body)
900900
901901| Name | Type | Description | Notes |
902902| ------------- | ------------- | ------------- | ------------- |
903- ** body** | ** ReportSchedule ** | ReportSchedule | |
903+ ** body** | ** Object ** | ReportSchedule | |
904904{: class="table table-striped"}
905905
906906### Return type
@@ -930,7 +930,7 @@ platformClient.ApiClient.instance.authentications['PureCloud Auth'].accessToken
930930
931931var apiInstance = new platformClient.AnalyticsApi ();
932932
933- var body = new platformClient.AggregationQuery () ; // AggregationQuery | query
933+ var body = {} ; // Object | query
934934
935935apiInstance .postAnalyticsUsersAggregatesQuery (body)
936936 .then (function (data ) {
@@ -948,7 +948,7 @@ apiInstance.postAnalyticsUsersAggregatesQuery(body)
948948
949949| Name | Type | Description | Notes |
950950| ------------- | ------------- | ------------- | ------------- |
951- ** body** | ** AggregationQuery ** | query | |
951+ ** body** | ** Object ** | query | |
952952{: class="table table-striped"}
953953
954954### Return type
@@ -978,7 +978,7 @@ platformClient.ApiClient.instance.authentications['PureCloud Auth'].accessToken
978978
979979var apiInstance = new platformClient.AnalyticsApi ();
980980
981- var body = new platformClient.UserDetailsQuery () ; // UserDetailsQuery | query
981+ var body = {} ; // Object | query
982982
983983apiInstance .postAnalyticsUsersDetailsQuery (body)
984984 .then (function (data ) {
@@ -996,7 +996,7 @@ apiInstance.postAnalyticsUsersDetailsQuery(body)
996996
997997| Name | Type | Description | Notes |
998998| ------------- | ------------- | ------------- | ------------- |
999- ** body** | ** UserDetailsQuery ** | query | |
999+ ** body** | ** Object ** | query | |
10001000{: class="table table-striped"}
10011001
10021002### Return type
@@ -1026,7 +1026,7 @@ platformClient.ApiClient.instance.authentications['PureCloud Auth'].accessToken
10261026
10271027var apiInstance = new platformClient.AnalyticsApi ();
10281028
1029- var body = new platformClient.ObservationQuery () ; // ObservationQuery | query
1029+ var body = {} ; // Object | query
10301030
10311031apiInstance .postAnalyticsUsersObservationsQuery (body)
10321032 .then (function (data ) {
@@ -1044,7 +1044,7 @@ apiInstance.postAnalyticsUsersObservationsQuery(body)
10441044
10451045| Name | Type | Description | Notes |
10461046| ------------- | ------------- | ------------- | ------------- |
1047- ** body** | ** ObservationQuery ** | query | |
1047+ ** body** | ** Object ** | query | |
10481048{: class="table table-striped"}
10491049
10501050### Return type
@@ -1076,7 +1076,7 @@ var apiInstance = new platformClient.AnalyticsApi();
10761076
10771077var scheduleId = " scheduleId_example" ; // String | Schedule ID
10781078
1079- var body = new platformClient.ReportSchedule () ; // ReportSchedule | ReportSchedule
1079+ var body = {} ; // Object | ReportSchedule
10801080
10811081apiInstance .putAnalyticsReportingSchedule (scheduleId, body)
10821082 .then (function (data ) {
@@ -1095,7 +1095,7 @@ apiInstance.putAnalyticsReportingSchedule(scheduleId, body)
10951095| Name | Type | Description | Notes |
10961096| ------------- | ------------- | ------------- | ------------- |
10971097 ** scheduleId** | ** String** | Schedule ID | |
1098- ** body** | ** ReportSchedule ** | ReportSchedule | |
1098+ ** body** | ** Object ** | ReportSchedule | |
10991099{: class="table table-striped"}
11001100
11011101### Return type
0 commit comments