WebhookTestResponse
Namespace AgentPrism · Assembly
AgentPrism.AspNetCore.dllThe response for the test event.
public sealed record WebhookTestResponse : IEquatable<WebhookTestResponse>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<WebhookTestResponse>
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”WebhookTestResponse()
Section titled “ WebhookTestResponse()”public WebhookTestResponse()Properties
Section titled “Properties”Message
Section titled “ Message”The description shown to the user.
public required string Message { get; init; }Property Value
Section titled “Property Value”The subscription name.
public required string Name { get; init; }Property Value
Section titled “Property Value”Queued
Section titled “ Queued”Whether the event was written to the queue.
public required bool Queued { 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(WebhookTestResponse?)
Section titled “ Equals(WebhookTestResponse?)”public bool Equals(WebhookTestResponse? other)Parameters
Section titled “Parameters”other WebhookTestResponse?
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 ==(WebhookTestResponse?, WebhookTestResponse?)
Section titled “ operator ==(WebhookTestResponse?, WebhookTestResponse?)”public static bool operator ==(WebhookTestResponse? left, WebhookTestResponse? right)Parameters
Section titled “Parameters”left WebhookTestResponse?
right WebhookTestResponse?
Returns
Section titled “Returns”operator !=(WebhookTestResponse?, WebhookTestResponse?)
Section titled “ operator !=(WebhookTestResponse?, WebhookTestResponse?)”public static bool operator !=(WebhookTestResponse? left, WebhookTestResponse? right)Parameters
Section titled “Parameters”left WebhookTestResponse?
right WebhookTestResponse?