postFeedback

abstract fun postFeedback(feedbacks: List<VirtualFeedback>): DataObserver<Unit>

Used to collect user feedback about the most recent virtual visit. This API should only be called after successfully completing a virtual visit.

See also

Parameters

feedbacks

A list of VirtualFeedback objects, each representing a single feedback question asked to the patient.

Throws