Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CopilotFilterCardData

model interface that represents the structure for Copilot filter cards

Hierarchy

  • CopilotFilterCardData

Index

Properties

copilotFilters: { description: string; title: string }

Contains the title and description for the copilot filters.

Type declaration

  • description: string

    The description of copilot filters to be shown on filters adaptive card.

  • title: string

    The title of copilot filter that is shown on filters adaptive card.

customFilters: FilterGroup[]

Contains the title and values for custom filters.

filters: FilterGroup

Contains the title and values for standard filters.

Generated using TypeDoc