Put Feedback
devopsguru_put_feedback | R Documentation |
Collects customer feedback about the specified insight¶
Description¶
Collects customer feedback about the specified insight.
Usage¶
devopsguru_put_feedback(InsightFeedback)
Arguments¶
InsightFeedback |
The feedback from customers is about the recommendations in this insight. |
Value¶
An empty list.
Request syntax¶
svc$put_feedback(
InsightFeedback = list(
Id = "string",
Feedback = "VALID_COLLECTION"|"RECOMMENDATION_USEFUL"|"ALERT_TOO_SENSITIVE"|"DATA_NOISY_ANOMALY"|"DATA_INCORRECT"
)
)