FeedbackSummary Resource
Call FeedbackSummary resources provide an idea of how your end user’s perceive the quality of their calls and the most common issues they have encountered in the context of all your voice traffic during a specific time frame.
CallFeedbackSummary properties
Resource Properties in REST API format | |
---|---|
account_sid
|
このリソースに関連するアカウントのユニーク ID です。 |
call_count
|
総コール数 |
call_feedback_count
|
フィードバックエントリーの総コール数 |
date_created
|
このリソースが生成された日付です。RFC 2822形式を使用します。 |
date_updated
|
このリソースが最後に更新された日付です。RFC 2822形式を使用します。 |
end_date
|
The last date for which feedback entries are included in this Feedback Summary, formatted as |
include_subaccounts
|
Whether the feedback summary includes subaccounts; |
issues
|
通話中の問題リストをを表します。 |
quality_score_average
|
フィードバックエントリーのQualityScore 平均値 |
quality_score_median
|
フィードバックエントリーのQualityScore 中央値 |
quality_score_standard_deviation
|
Quality Scoreの標準偏差 |
sid
|
このリソースを一意に識別する 34 文字の文字列です。 |
start_date
|
The first date for which feedback entries are included in this feedback summary, formatted as |
status
|
The status of the feedback summary can be |
Create a CallFeedbackSummary resource
https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Calls/FeedbackSummary.json
パラメーター
Parameters in REST API format | |
---|---|
account_sid
Path
|
このリソースに関連するアカウントのユニーク ID です。 |
start_date
必須
|
Only include feedback given on or after this date. Format is |
end_date
必須
|
Only include feedback given on or before this date. Format is |
include_subaccounts
オプション
|
Whether to also include Feedback resources from all subaccounts. |
status_callback
オプション
|
The URL that we will request when the feedback summary is complete. |
status_callback_method
オプション
|
The HTTP method ( |
例 1
Fetch a CallFeedbackSummary resource
https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Calls/FeedbackSummary/{Sid}.json
パラメーター
Parameters in REST API format | |
---|---|
account_sid
Path
|
このリソースに関連するアカウントのユニーク ID です。 |
sid
Path
|
このリソースを一意に識別する 34 文字の文字列です。 |
例 1
Delete a CallFeedbackSummary resource
https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Calls/FeedbackSummary/{Sid}.json
If successful, an HTTP 204 response with no body is returned.
パラメーター
Parameters in REST API format | |
---|---|
account_sid
Path
|
このリソースに関連するアカウントのユニーク ID です。 |
sid
Path
|
このリソースを一意に識別する 34 文字の文字列です。 |
例 1
ヘルプが必要ですか?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.