Activity.AsTypingActivity Method

Definition

Returns this activity as an ITypingActivity object; or null, if this is not that type of activity.

public Microsoft.Bot.Schema.ITypingActivity AsTypingActivity ();
abstract member AsTypingActivity : unit -> Microsoft.Bot.Schema.ITypingActivity
override this.AsTypingActivity : unit -> Microsoft.Bot.Schema.ITypingActivity
Public Function AsTypingActivity () As ITypingActivity

Returns

This activity as a typing activity; or null.

Implements

Applies to