SubscribeResponse 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.
Response model for subscribe operations.
public class SubscribeResponse : Microsoft.Agents.CopilotStudio.Client.Models.ResponseBase, IEquatable<Microsoft.Agents.CopilotStudio.Client.Models.SubscribeResponse>
type SubscribeResponse = class
inherit ResponseBase
interface IEquatable<SubscribeResponse>
Public Class SubscribeResponse
Inherits ResponseBase
Implements IEquatable(Of SubscribeResponse)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| SubscribeResponse() | |
| SubscribeResponse(SubscribeResponse) | |
Properties
| Name | Description |
|---|---|
| Activities |
The activities that should be shown on the client. (Inherited from ResponseBase) |
| EqualityContract | |
Methods
| Name | Description |
|---|---|
| <Clone>$() | |
| Equals(Object) | |
| Equals(ResponseBase) | |
| Equals(SubscribeResponse) | |
| GetHashCode() | |
| PrintMembers(StringBuilder) | |
| ToString() | |
Operators
| Name | Description |
|---|---|
| Equality(SubscribeResponse, SubscribeResponse) | |
| Inequality(SubscribeResponse, SubscribeResponse) | |