MeetingStageSurface<T> Class
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.
Specifies meeting stage surface.
public class MeetingStageSurface<T> : Microsoft.Bot.Schema.Teams.Surface
type MeetingStageSurface<'T> = class
inherit Surface
Public Class MeetingStageSurface(Of T)
Inherits Surface
Type Parameters
- T
The first generic type parameter.
- Inheritance
Constructors
MeetingStageSurface<T>() |
Initializes a new instance of the MeetingStageSurface<T> class. |
Properties
Content |
Gets or sets the content for this MeetingStageSurface<T>. |
ContentType |
Gets or sets the content type of this MeetingStageSurface<T>. |
Type |
Gets or sets Surface type, the value indicating where the notification will be rendered in the meeting UX. Note: only one instance of surface type is allowed per request. (Inherited from Surface) |