CallSurveyFeature interface
Feature for ACS Live Streaming
- Extends
Inherited Properties
name | The feature name. |
Methods
submit |
Send the end of call survey |
Inherited Methods
dispose() |
Inherited Property Details
name
Method Details
submitSurvey(CallSurvey, SubmitSurveyOptions)
Send the end of call survey
function submitSurvey(survey: CallSurvey, options?: SubmitSurveyOptions): Promise<CallSurveyResponse>
Parameters
- survey
- CallSurvey
survey data
- options
- SubmitSurveyOptions
optional call survey options
Returns
Promise<CallSurveyResponse>
Inherited Method Details
dispose()
function dispose()
Inherited From CallFeature.dispose