ChannelCapabilityEx.ShouldSetInputHint 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 static bool ShouldSetInputHint (this Microsoft.Bot.Builder.Dialogs.IChannelCapability channelCapability, Microsoft.Bot.Connector.IMessageActivity activity);
static member ShouldSetInputHint : Microsoft.Bot.Builder.Dialogs.IChannelCapability * Microsoft.Bot.Connector.IMessageActivity -> bool
<Extension()>
Public Function ShouldSetInputHint (channelCapability As IChannelCapability, activity As IMessageActivity) As Boolean
Parameters
- channelCapability
- IChannelCapability
- activity
- IMessageActivity