PromptDialog.PromptChoice<T>.TryParse(IMessageActivity, T) 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.
protected internal override bool TryParse (Microsoft.Bot.Connector.IMessageActivity message, out T result);
override this.TryParse : Microsoft.Bot.Connector.IMessageActivity * 'T -> bool
Protected Friend Overrides Function TryParse (message As IMessageActivity, ByRef result As T) As Boolean
Parameters
- message
- IMessageActivity
- result
- T