BotConfiguration.SaveAs(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.
Save the configuration to a .bot file.
public void SaveAs(string path, string secret = default);
member this.SaveAs : string * string -> unit
Public Sub SaveAs (path As String, Optional secret As String = Nothing)
Parameters
- path
- String
Path to bot file.
- secret
- String
Secret for encrypting the file keys.