Activity.CreateReply(String, String) Method
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 Microsoft.Bot.Connector.Activity CreateReply (string text = default, string locale = default);
member this.CreateReply : string * string -> Microsoft.Bot.Connector.Activity
Public Function CreateReply (Optional text As String = Nothing, Optional locale As String = Nothing) As Activity
Parameters
- text
- String
- locale
- String