SubscribeEvent 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.
Represents a subscription event containing an activity and optional SSE event ID.
public class SubscribeEvent : IEquatable<Microsoft.Agents.CopilotStudio.Client.Models.SubscribeEvent>
type SubscribeEvent = class
interface IEquatable<SubscribeEvent>
Public Class SubscribeEvent
Implements IEquatable(Of SubscribeEvent)
- Inheritance
-
SubscribeEvent
- Implements
Constructors
| Name | Description |
|---|---|
| SubscribeEvent(IActivity, String) |
Represents a subscription event containing an activity and optional SSE event ID. |
| SubscribeEvent(SubscribeEvent) | |
Properties
| Name | Description |
|---|---|
| Activity |
The activity received from the copilot. |
| EqualityContract | |
| EventId |
The SSE event ID for resumption (null for JSON responses). |
Methods
| Name | Description |
|---|---|
| <Clone>$() | |
| Deconstruct(IActivity, String) | |
| Equals(Object) | |
| Equals(SubscribeEvent) | |
| GetHashCode() | |
| PrintMembers(StringBuilder) | |
| ToString() | |
Operators
| Name | Description |
|---|---|
| Equality(SubscribeEvent, SubscribeEvent) | |
| Inequality(SubscribeEvent, SubscribeEvent) | |