IAdaptiveCardActionHandler.AdaptiveCardResponse Property
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.
Indicates the behavior for how the card response will be sent in Teams conversation.
The default value is AdaptiveCardResponse.ReplaceForInteractor
, which means the card
response will replace the current one only for the interactor.
public Microsoft.TeamsFx.Conversation.AdaptiveCardResponse AdaptiveCardResponse { get; }
member this.AdaptiveCardResponse : Microsoft.TeamsFx.Conversation.AdaptiveCardResponse
Public ReadOnly Property AdaptiveCardResponse As AdaptiveCardResponse