Skip to content

Commit e1e5949

Browse files
PR Comments
1 parent d6612db commit e1e5949

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ try {
2525

2626
### General usage
2727

28+
> [!IMPORTANT]
29+
> See [Survey Concept Overview]([End of Call Survey overview](../concepts/voice-video-calling/end-of-call-survey-concept.md))
30+
2831
When rating calls, you must respect values defined on the scale field. The lowerBound value denotes the worst experience possible, while the upperBound value means the perfect experience. Both values are inclusive.
2932

3033
OverallRating is a required category for all surveys.
@@ -168,7 +171,7 @@ Screenshare. However, each API value can be customized from a minimum of
168171
169172
## Custom questions
170173

171-
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.
174+
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.
172175

173176
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.
174177

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ do {
2424
```
2525

2626
### General usage
27+
28+
> [!IMPORTANT]
29+
> See [Survey Concept Overview]([End of Call Survey overview](../concepts/voice-video-calling/end-of-call-survey-concept.md))
30+
2731
When rating calls, you must respect values defined on the scale field. The lowerBound value denotes the worst experience possible, while the upperBound value means the perfect experience. Both values are inclusive.
2832

2933
OverallRating is a required category for all surveys.
@@ -168,7 +172,7 @@ Screenshare. However, each API value can be customized from a minimum of
168172
169173
## Custom questions
170174

171-
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.
175+
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.
172176

173177
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.
174178

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ var survey = await surveyCallFeature.StartSurveyAsync();
1919
```
2020

2121
### General usage
22+
23+
> [!IMPORTANT]
24+
> See [Survey Concept Overview]([End of Call Survey overview](../concepts/voice-video-calling/end-of-call-survey-concept.md))
25+
2226
When rating calls, you must respect values defined on the scale field. The lowerBound value denotes the worst experience possible, while the upperBound value means the perfect experience. Both values are inclusive.
2327

2428
OverallRating is a required category for all surveys.
@@ -160,6 +164,6 @@ Screenshare. However, each API value can be customized from a minimum of
160164
161165
## Custom questions
162166

163-
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.
167+
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.
164168

165169
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.

0 commit comments

Comments
 (0)