File tree Expand file tree Collapse file tree
main/java/com/ringcentral/paths/ai/audio/v1
test/java/com/ringcentral Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package com .ringcentral .paths .ai .audio .v1 ;
22
33import com .ringcentral .*;
4- import com .ringcentral .definitions .*;
54
65public class Index {
76 public RestClient rc ;
Original file line number Diff line number Diff line change 11package com .ringcentral ;
22
3- import com .ringcentral .definitions .*;
3+ import com .ringcentral .definitions .Attachment ;
4+ import com .ringcentral .definitions .CreateIVRPromptRequest ;
5+ import com .ringcentral .definitions .IvrPrompts ;
6+ import com .ringcentral .definitions .PromptInfo ;
7+ import com .ringcentral .definitions .UpdateIVRPromptRequest ;
48import java .io .IOException ;
59import java .nio .file .Files ;
610import java .nio .file .Paths ;
711import org .junit .Assert ;
812import org .junit .Test ;
913
10- public class IVRContentTest {
14+ public class IvrContentTest {
1115 @ Test
1216 public void downloadIVRPromptContent () throws IOException , RestException {
1317 RestClient rc =
You can’t perform that action at this time.
0 commit comments