MessageBackSubmitActionData 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.
public class MessageBackSubmitActionData : Microsoft.Teams.Cards.SerializableObject
type MessageBackSubmitActionData = class
inherit SerializableObject
Public Class MessageBackSubmitActionData
Inherits SerializableObject
- Inheritance
Constructors
| Name | Description |
|---|---|
| MessageBackSubmitActionData() | |
Properties
| Name | Description |
|---|---|
| DisplayText | |
| Key | |
| Text | |
| Type | |
| Value | |
Methods
| Name | Description |
|---|---|
| Deserialize(String) | |
| Serialize() | |
| WithDisplayText(String) | |
| WithKey(String) | |
| WithText(String) | |
| WithValue(Object) | |