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