StartResponse Class

Definition

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
StartResponse
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)

Applies to