You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GetSessionInsightsResponse result = rc.ai().ringsense().v1().public().accounts(accountId).domains(domain).sessions(sourceSessionId).insights().get(getSessionInsightsParameters);
10654
+
rc.revoke();
10655
+
```
10656
+
10657
+
-`getSessionInsightsParameters` is of
10658
+
type [GetSessionInsightsParameters](./src/main/java/com/ringcentral/definitions/GetSessionInsightsParameters.java)
10659
+
-`result` is of
10660
+
type [GetSessionInsightsResponse](./src/main/java/com/ringcentral/definitions/GetSessionInsightsResponse.java)
10661
+
10662
+
[Try it out](https://developer.ringcentral.com/api-reference#RingSense-getSessionInsights) in API Explorer.
10663
+
10638
10664
## readCallFlipSettings
10639
10665
10640
10666
Get Call Flip Settings
@@ -11705,6 +11731,33 @@ rc.revoke();
11705
11731
11706
11732
[Try it out](https://developer.ringcentral.com/api-reference#SMS-Templates-deleteUserMessageTemplate) in API Explorer.
SmsConfigurationResource result = rc.restapi(apiVersion).account(accountId).extension(extensionId).phoneNumber(phoneNumberId).smsConfiguration().get();
11750
+
rc.revoke();
11751
+
```
11752
+
11753
+
- Parameter `apiVersion` is optional with default value `v1.0`
11754
+
- Parameter `accountId` is optional with default value `~`
11755
+
- Parameter `extensionId` is optional with default value `~`
11756
+
-`result` is of
11757
+
type [SmsConfigurationResource](./src/main/java/com/ringcentral/definitions/SmsConfigurationResource.java)
11758
+
11759
+
[Try it out](https://developer.ringcentral.com/api-reference#Phone-Numbers-smsConfigurationInfo) in API Explorer.
0 commit comments