WebhookApprovalSummary
Namespace AgentPrism · Assembly
AgentPrism.Abstractions.dllA pending approval or human-input request’s webhook summary.
public sealed record WebhookApprovalSummary : IEquatable<WebhookApprovalSummary>Inheritance
Section titled “Inheritance”object ← WebhookApprovalSummary
Implements
Section titled “Implements”IEquatable<WebhookApprovalSummary>
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”WebhookApprovalSummary()
Section titled “ WebhookApprovalSummary()”public WebhookApprovalSummary()Properties
Section titled “Properties”Prompt
Section titled “ Prompt”The request’s user-facing text.
public string? Prompt { get; init; }Property Value
Section titled “Property Value”RequestId
Section titled “ RequestId”The approval or request identifier.
public required string RequestId { get; init; }Property Value
Section titled “Property Value”The associated run identifier.
public string? RunId { get; init; }Property Value
Section titled “Property Value”ToolName
Section titled “ ToolName”The name of the tool awaiting approval. Populated for tool approval.
public string? ToolName { get; init; }Property Value
Section titled “Property Value”WorkflowName
Section titled “ WorkflowName”The name of the associated workflow. Populated for a human-input request.
public string? WorkflowName { 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(WebhookApprovalSummary?)
Section titled “ Equals(WebhookApprovalSummary?)”public bool Equals(WebhookApprovalSummary? other)Parameters
Section titled “Parameters”other WebhookApprovalSummary?
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 ==(WebhookApprovalSummary?, WebhookApprovalSummary?)
Section titled “ operator ==(WebhookApprovalSummary?, WebhookApprovalSummary?)”public static bool operator ==(WebhookApprovalSummary? left, WebhookApprovalSummary? right)Parameters
Section titled “Parameters”left WebhookApprovalSummary?
right WebhookApprovalSummary?
Returns
Section titled “Returns”operator !=(WebhookApprovalSummary?, WebhookApprovalSummary?)
Section titled “ operator !=(WebhookApprovalSummary?, WebhookApprovalSummary?)”public static bool operator !=(WebhookApprovalSummary? left, WebhookApprovalSummary? right)Parameters
Section titled “Parameters”left WebhookApprovalSummary?
right WebhookApprovalSummary?