WorkflowRunHttpRequest
Namespace AgentPrism · Assembly
AgentPrism.AspNetCore.dllRequest to run a workflow.
public sealed record WorkflowRunHttpRequest : IEquatable<WorkflowRunHttpRequest>Inheritance
Section titled “Inheritance”object ← WorkflowRunHttpRequest
Implements
Section titled “Implements”IEquatable<WorkflowRunHttpRequest>
Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”WorkflowRunHttpRequest()
Section titled “ WorkflowRunHttpRequest()”public WorkflowRunHttpRequest()Properties
Section titled “Properties”Message
Section titled “ Message”User message to feed into the graph.
public string? Message { get; init; }Property Value
Section titled “Property Value”SessionId
Section titled “ SessionId”Identifier of the execution session. If left empty, one is generated. Checkpoints are grouped under this value.
public string? SessionId { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(WorkflowRunHttpRequest?)
Section titled “ Equals(WorkflowRunHttpRequest?)”public bool Equals(WorkflowRunHttpRequest? other)Parameters
Section titled “Parameters”other WorkflowRunHttpRequest?
Returns
Section titled “Returns”GetHashCode()
Section titled “ GetHashCode()”public override int GetHashCode()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”public override string ToString()Returns
Section titled “Returns”Operators
Section titled “Operators”operator ==(WorkflowRunHttpRequest?, WorkflowRunHttpRequest?)
Section titled “ operator ==(WorkflowRunHttpRequest?, WorkflowRunHttpRequest?)”public static bool operator ==(WorkflowRunHttpRequest? left, WorkflowRunHttpRequest? right)Parameters
Section titled “Parameters”left WorkflowRunHttpRequest?
right WorkflowRunHttpRequest?
Returns
Section titled “Returns”operator !=(WorkflowRunHttpRequest?, WorkflowRunHttpRequest?)
Section titled “ operator !=(WorkflowRunHttpRequest?, WorkflowRunHttpRequest?)”public static bool operator !=(WorkflowRunHttpRequest? left, WorkflowRunHttpRequest? right)Parameters
Section titled “Parameters”left WorkflowRunHttpRequest?
right WorkflowRunHttpRequest?