Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkflowAdaptiveCardAction

Workflow-specific adaptive card action structure. This includes action fields currently parsed from workflow response payloads.

Hierarchy

  • WorkflowAdaptiveCardAction

Index

Properties

Card to show for ShowCard actions

data?: Record<string, unknown>

Data to submit

title: string

Action button title

type: string

Action type (Action.Submit, Action.OpenUrl, Action.ShowCard)

url?: string

URL for OpenUrl actions

Generated using TypeDoc