Class SurveyCallFeature
- Object
-
- CallFeature
-
- SurveyCallFeature
-
public final class SurveyCallFeature extends CallFeature
Feature to allow submit call quality survey feedback after the end of the call.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletableFuture<CallSurvey>
startSurvey()
Start Survey Process, returns an object that allow to configure votes.CompletableFuture<CallSurveyResult>
submitSurvey(CallSurvey survey)
Submit the survey information.-
Methods inherited from class CallFeature
finalize, getName
-
-
-
-
Method Detail
-
startSurvey
public CompletableFuture<CallSurvey> startSurvey()
Start Survey Process, returns an object that allow to configure votes. Either submit or ignore the return object after setup.
-
submitSurvey
public CompletableFuture<CallSurveyResult> submitSurvey(CallSurvey survey)
Submit the survey information.- Returns:
- submitted survey response information
-
-