StartRequest 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 StartRequest : IEquatable<Microsoft.Agents.CopilotStudio.Client.Models.StartRequest>
type StartRequest = class
interface IEquatable<StartRequest>
Public Class StartRequest
Implements IEquatable(Of StartRequest)
- Inheritance
-
StartRequest
- Implements
Constructors
| Name | Description |
|---|---|
| StartRequest() | |
| StartRequest(StartRequest) | |
Properties
| Name | Description |
|---|---|
| ConversationId |
Conversation ID requested by the client. |
| EmitStartConversationEvent |
Whether to emit a StartConversation event. |
| EqualityContract | |
| Locale |
The locale to use as defined by the client. |
Methods
| Name | Description |
|---|---|
| <Clone>$() | |
| Equals(Object) | |
| Equals(StartRequest) | |
| GetHashCode() | |
| PrintMembers(StringBuilder) | |
| ToString() | |
Operators
| Name | Description |
|---|---|
| Equality(StartRequest, StartRequest) | |
| Inequality(StartRequest, StartRequest) | |