InvokeActivity Class
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.
[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Teams.Api.Activities.InvokeActivity+JsonConverter))]
public class InvokeActivity : Microsoft.Teams.Api.Activities.Activity, Microsoft.Teams.Api.Activities.IInvokeActivity
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Teams.Api.Activities.InvokeActivity+JsonConverter))>]
type InvokeActivity = class
inherit Activity
interface IInvokeActivity
Public Class InvokeActivity
Inherits Activity
Implements IInvokeActivity
- Inheritance
- Derived
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| InvokeActivity(Name) | |
Properties
| Name | Description |
|---|---|
| ChannelData | (Inherited from Activity) |
| ChannelId | (Inherited from Activity) |
| Conversation | (Inherited from Activity) |
| Entities | (Inherited from Activity) |
| From | (Inherited from Activity) |
| Id | (Inherited from Activity) |
| IsStreaming | (Inherited from Activity) |
| Locale | (Inherited from Activity) |
| LocalTimestamp | (Inherited from Activity) |
| Name | |
| Properties | (Inherited from Activity) |
| Recipient | (Inherited from Activity) |
| RelatesTo |
Obsolete.
(Inherited from Activity)
|
| ReplyToId | (Inherited from Activity) |
| ServiceUrl | (Inherited from Activity) |
| Timestamp | (Inherited from Activity) |
| Type | (Inherited from Activity) |
| Value | |