MessageTemplateQuickAction Constructors
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.
Overloads
MessageTemplateQuickAction(String) |
Initializes a new instance of MessageTemplateQuickAction. |
MessageTemplateQuickAction(String, String, String) |
MessageTemplateQuickAction(String)
Initializes a new instance of MessageTemplateQuickAction.
public MessageTemplateQuickAction (string name);
new Azure.Communication.Messages.MessageTemplateQuickAction : string -> Azure.Communication.Messages.MessageTemplateQuickAction
Public Sub New (name As String)
Parameters
- name
- String
Template binding reference name.
Exceptions
name
is null.
Applies to
MessageTemplateQuickAction(String, String, String)
public MessageTemplateQuickAction (string name, string text = default, string payload = default);
new Azure.Communication.Messages.MessageTemplateQuickAction : string * string * string -> Azure.Communication.Messages.MessageTemplateQuickAction
Public Sub New (name As String, Optional text As String = Nothing, Optional payload As String = Nothing)
Parameters
- name
- String
- text
- String
- payload
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET