INotificationTarget Interface

Definition

Represent a notification target.

public interface INotificationTarget
type INotificationTarget = interface
Public Interface INotificationTarget
Derived

Properties

Type

The type of target.

Methods

SendAdaptiveCard(Object, CancellationToken)

Send an adaptive card message.

SendMessage(String, CancellationToken)

Send a plain text message.

Applies to