ActionTypes Class

Definition

Defines values for CardAction Types.

C#
public static class ActionTypes
Inheritance
ActionTypes

Fields

Call

A call action represents a telephone number that may be called. Call uses the following fields:

type("call")
title
image
value `tel://' + number
DownloadFile

An downloadFile action represents a hyperlink to be downloaded. Download File uses the following fields:

type("downloadFile")
title
image
value(of any type)
ImBack

An imBack action represents a text response that is added to the chat feed. IM Back uses the following fields:

type("imBack")
title
image
value(of any type)
MessageBack

A messageBack action represents a text response to be sent via the chat system. Message Back uses the following fields:

type("messageBack")
title
image
text
displayText
value(of any type)
OpenApp

An app name to open.

OpenUrl

An openUrl action represents a hyperlink to be handled by the client. Open URL uses the following fields:

type("openUrl")
title
image
value(of any type)
PlayAudio

A playAudio action represents audio media that may be played. Play Audio uses the following fields:

type("playAudio")
title
image
value(of any type)
PlayVideo

A playVideo action represents video media that may be played. Play Video uses the following fields:

type("playVideo")
title
image
value(of any type)
PostBack

A postBack action represents a text response that is not added to the chat feed. Post Back uses the following fields:

type("postBack")
title
image
value(of any type)
ShowImage

An showImage action represents an image that may be displayed. ShowImage uses the following fields:

type("showImage")
title
image
value(of any type)
Signin

A signin action represents a hyperlink to be handled by the client's signin system. Signin uses the following fields:

type("signin")
title
image
value(of any type)

Applies to

Product Versions
Microsoft 365 Agents SDK .NET 1