IChannelCapability Interface 
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.
Capability for a specific channel
public interface IChannelCapability
	type IChannelCapability = interface
	Public Interface IChannelCapability
	- Derived
 
Methods
| NeedsInputHint() | 
		 Indicates if channel relies on InputHint.  | 
        	
| SupportsKeyboards(Int32) | 
		 Indicates if channel supports keyboard.  | 
        	
| SupportsSpeak() | 
		 Indicates if channel is TTS enabled.  | 
        	
Extension Methods
| ShouldSetInputHint(IChannelCapability, IMessageActivity) |