FeedbackLoopData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Data returned when the thumbsup or thumbsdown button is clicked and response is received.
public class FeedbackLoopData : Microsoft.Agents.Builder.App.FeedbackData
type FeedbackLoopData = class
inherit FeedbackData
Public Class FeedbackLoopData
Inherits FeedbackData
- Inheritance
Constructors
| Name | Description |
|---|---|
| FeedbackLoopData() | |
Properties
| Name | Description |
|---|---|
| ActionName |
The action name. (Inherited from FeedbackData) |
| ActionValue |
The action value. (Inherited from FeedbackData) |
| ReplyToId |
The activity ID that the feedback provided on. (Inherited from FeedbackData) |