Class
ImageCardContext

Represents a context that holds information about an image card displayed in the chat.

Definition

Constructors

ImageCardContext()

Declaration

cs-api-definition
public ImageCardContext()

Properties

Image

Gets or sets the image displayed by the card.

Declaration

cs-api-definition
public string Image { get; set; }

Property Value

string