共用方式為


CallSurveyResponse interface

表示通話問卷回應的結束。

Extends

屬性

callId

唯一識別正在服務的呼叫

id

唯一識別通話問卷

localParticipantId

提交問卷的參與者

繼承的屬性

audioRating

具有選擇性音訊問題的音訊評等

overallRating

具有選擇性整體問題的整體通話評等

screenshareRating

具有選擇性 Screenshare 問題的 Screenshare 評等

videoRating

選擇性視訊問題的視訊評等

屬性詳細資料

callId

唯一識別正在服務的呼叫

callId: string

屬性值

string

id

唯一識別通話問卷

id: string

屬性值

string

localParticipantId

提交問卷的參與者

localParticipantId: string

屬性值

string

繼承的屬性詳細資料

audioRating

具有選擇性音訊問題的音訊評等

audioRating?: CallRating<AudioIssue>

屬性值

繼承自CallSurvey.audioRating

overallRating

具有選擇性整體問題的整體通話評等

overallRating?: CallRating<OverallIssue>

屬性值

繼承自CallSurvey.overallRating

screenshareRating

具有選擇性 Screenshare 問題的 Screenshare 評等

screenshareRating?: CallRating<ScreenshareIssue>

屬性值

繼承自CallSurvey.screenshareRating

videoRating

選擇性視訊問題的視訊評等

videoRating?: CallRating<VideoIssue>

屬性值

繼承自CallSurvey.videoRating