com.ringcentral.paths.ai.insights.v1.async.Index Maven / Gradle / Ivy
package com.ringcentral.paths.ai.insights.v1.async;
import com.ringcentral.RestClient;
public class Index {
public RestClient rc;
public com.ringcentral.paths.ai.insights.v1.Index parent;
public Index(com.ringcentral.paths.ai.insights.v1.Index parent) {
this.parent = parent;
this.rc = parent.rc;
}
public String path() {
return parent.path(false) + "/async";
}
public String path(Boolean withParameter) {
return path();
}
public com.ringcentral.paths.ai.insights.v1.async.analyzeinteraction.Index analyzeInteraction() {
return new com.ringcentral.paths.ai.insights.v1.async.analyzeinteraction.Index(this);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy