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