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