CallSurveyResponse interface
表示通話問卷回應的結束。
- Extends
屬性
call |
唯一識別正在服務的呼叫 |
id | 唯一識別通話問卷 |
local |
提交問卷的參與者 |
繼承的屬性
audio |
具有選擇性音訊問題的音訊評等 |
overall |
具有選擇性整體問題的整體通話評等 |
screenshare |
具有選擇性 Screenshare 問題的 Screenshare 評等 |
video |
選擇性視訊問題的視訊評等 |
屬性詳細資料
callId
唯一識別正在服務的呼叫
callId: string
屬性值
string
id
唯一識別通話問卷
id: string
屬性值
string
localParticipantId
提交問卷的參與者
localParticipantId: string
屬性值
string
繼承的屬性詳細資料
audioRating
具有選擇性音訊問題的音訊評等
audioRating?: CallRating<AudioIssue>
屬性值
overallRating
具有選擇性整體問題的整體通話評等
overallRating?: CallRating<OverallIssue>
屬性值
screenshareRating
具有選擇性 Screenshare 問題的 Screenshare 評等
screenshareRating?: CallRating<ScreenshareIssue>
屬性值
videoRating
選擇性視訊問題的視訊評等
videoRating?: CallRating<VideoIssue>