AdaptiveCardActivity Class

Definition

[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Teams.Api.Activities.Invokes.AdaptiveCardActivity+JsonConverter))]
public class AdaptiveCardActivity : Microsoft.Teams.Api.Activities.InvokeActivity
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Teams.Api.Activities.Invokes.AdaptiveCardActivity+JsonConverter))>]
type AdaptiveCardActivity = class
    inherit InvokeActivity
Public Class AdaptiveCardActivity
Inherits InvokeActivity
Inheritance
AdaptiveCardActivity
Derived
Attributes

Constructors

Name Description
AdaptiveCardActivity(Name+AdaptiveCards)

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 (Inherited from InvokeActivity)
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 (Inherited from InvokeActivity)

Methods

Name Description
AddAIGenerated() (Inherited from Activity)
AddCitation(Int32, CitationAppearance) (Inherited from Activity)
AddEntity(IEntity[]) (Inherited from Activity)
AddFeedback(Boolean) (Inherited from Activity)
AddFeedback(FeedbackType) (Inherited from Activity)
AddSensitivityLabel(String, String, DefinedTerm) (Inherited from Activity)
AddTargetedMessageInfo(String) (Inherited from Activity)
Clone() (Inherited from Activity)
Copy() (Inherited from Activity)
GetPath() (Inherited from InvokeActivity)
GetTypeCode() (Inherited from Activity)
Merge(Activity) (Inherited from Activity)
ToAction()
ToAdaptiveCard() (Inherited from InvokeActivity)
ToBoolean(IFormatProvider) (Inherited from Activity)
ToByte(IFormatProvider) (Inherited from Activity)
ToChar(IFormatProvider) (Inherited from Activity)
ToCommand() (Inherited from Activity)
ToCommandResult() (Inherited from Activity)
ToConfig() (Inherited from InvokeActivity)
ToConversationUpdate() (Inherited from Activity)
ToDateTime(IFormatProvider) (Inherited from Activity)
ToDecimal(IFormatProvider) (Inherited from Activity)
ToDouble(IFormatProvider) (Inherited from Activity)
ToEndOfConversation() (Inherited from Activity)
ToEvent() (Inherited from Activity)
ToExecuteAction() (Inherited from InvokeActivity)
ToFileConsent() (Inherited from InvokeActivity)
ToHandoff() (Inherited from InvokeActivity)
ToInstallUpdate() (Inherited from Activity)
ToInt16(IFormatProvider) (Inherited from Activity)
ToInt32(IFormatProvider) (Inherited from Activity)
ToInt64(IFormatProvider) (Inherited from Activity)
ToInvoke() (Inherited from Activity)
ToMessage() (Inherited from InvokeActivity)
ToMessageDelete() (Inherited from Activity)
ToMessageExtension() (Inherited from InvokeActivity)
ToMessageReaction() (Inherited from Activity)
ToMessageUpdate() (Inherited from Activity)
ToQuoteReply()
Obsolete.
(Inherited from Activity)
ToSByte(IFormatProvider) (Inherited from Activity)
ToSignIn() (Inherited from InvokeActivity)
ToSingle(IFormatProvider) (Inherited from Activity)
ToString() (Inherited from Activity)
ToString(IFormatProvider) (Inherited from Activity)
ToSuggestedActionSubmit() (Inherited from InvokeActivity)
ToTab() (Inherited from InvokeActivity)
ToTask() (Inherited from InvokeActivity)
ToType(Type, IFormatProvider)
ToTyping() (Inherited from Activity)
ToUInt16(IFormatProvider) (Inherited from Activity)
ToUInt32(IFormatProvider) (Inherited from Activity)
ToUInt64(IFormatProvider) (Inherited from Activity)
UpdateEntity(IEntity, IEntity) (Inherited from Activity)
WithAppId(String) (Inherited from Activity)
WithChannelId(ChannelId) (Inherited from Activity)
WithConversation(Conversation) (Inherited from Activity)
WithData(ChannelData) (Inherited from Activity)
WithData(String, Object) (Inherited from Activity)
WithFrom(Account) (Inherited from Activity)
WithId(String) (Inherited from Activity)
WithLocale(String) (Inherited from Activity)
WithLocalTimestamp(DateTime) (Inherited from Activity)
WithRecipient(Account, Boolean) (Inherited from Activity)
WithRecipient(Account) (Inherited from Activity)
WithRelatesTo(ConversationReference)
Obsolete.
(Inherited from Activity)
WithServiceUrl(String) (Inherited from Activity)
WithTimestamp(DateTime) (Inherited from Activity)

Applies to