Skip to content

Commit d6612db

Browse files
Update articles/communication-services/tutorials/includes/end-of-call-survey-android.md
Co-authored-by: amagginetti <[email protected]>
1 parent 7bfcd89 commit d6612db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/tutorials/includes/end-of-call-survey-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,5 @@ Screenshare. However, each API value can be customized from a minimum of
170170

171171
In addition to using the End of Call Survey API, you can create your own survey questions and incorporate them with the End of Call Survey results. ACS Calling SDK does not provide such capability out of the box because of privacy and security reasons.
172172

173-
However, the result payload of `SubmitSurvey` operation provides data that you can use to correlate ACS Survey data with your own custom data and storage. `CallSurveyResult` class have the `SurveyId` field that denotes a unique identifier for the survey and `CallId` denotes an identifier for the call where the survey was generated. Saving these identifiers along with your customized data will allow data to be associated uniquely.
173+
The result payload of `SubmitSurvey` operation provides data that you can use to correlate ACS Survey data with your own custom data and storage. `CallSurveyResult` class have the `SurveyId` field that denotes a unique identifier for the survey and `CallId` denotes an identifier for the call where the survey was generated. Saving these identifiers along with your customized data will allow data to be associated uniquely.
174174

0 commit comments

Comments
 (0)