ISuggestionActivity 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.
public interface ISuggestionActivity : Microsoft.Bot.Connector.IMessageActivity
type ISuggestionActivity = interface
interface IMessageActivity
interface IActivity
Public Interface ISuggestionActivity
Implements IMessageActivity
- Derived
- Implements
Properties
Methods
AsContactRelationUpdateActivity() | (Inherited from IActivity) |
AsConversationUpdateActivity() | (Inherited from IActivity) |
AsEndOfConversationActivity() | (Inherited from IActivity) |
AsEventActivity() | (Inherited from IActivity) |
AsInstallationUpdateActivity() | (Inherited from IActivity) |
AsInvokeActivity() | (Inherited from IActivity) |
AsMessageActivity() | (Inherited from IActivity) |
AsMessageDeleteActivity() | (Inherited from IActivity) |
AsMessageReactionActivity() | (Inherited from IActivity) |
AsMessageUpdateActivity() | (Inherited from IActivity) |
AsSuggestionActivity() | (Inherited from IActivity) |
AsTraceActivity() | (Inherited from IActivity) |
AsTypingActivity() | (Inherited from IActivity) |
GetChannelData<TypeT>() | (Inherited from IActivity) |
GetMentions() | (Inherited from IMessageActivity) |
HasContent() | (Inherited from IMessageActivity) |
TryGetChannelData<TypeT>(TypeT) | (Inherited from IActivity) |