CallSendFeedbackWith Method |
Sends feedback for this call to Cisco Spark team.
Namespace:
SparkSDK
Assembly:
SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public void SendFeedbackWith(
int rating,
string comments = null,
bool includeLogs = false
)
Parameters
- rating
- Type: SystemInt32
The rating of the quality of this call between 1 and 5 where 5 means excellent quality. - comments (Optional)
- Type: SystemString
The comments for this call. - includeLogs (Optional)
- Type: SystemBoolean
if set to true [include logs], default is false.
Remarks Since: 0.1.0
See Also