Search Results for

    Show / Hide Table of Contents

    Struct ResponseStatusChangedEvent

    Implements
    IEvent
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public readonly struct ResponseStatusChangedEvent : IEvent

    Constructors

    | Edit this page View Source

    ResponseStatusChangedEvent(Response)

    Declaration
    public ResponseStatusChangedEvent(Response response)
    Parameters
    Type Name Description
    Response response

    Properties

    | Edit this page View Source

    NewStatus

    Declaration
    public ResponseStatus NewStatus { get; }
    Property Value
    Type Description
    ResponseStatus
    | Edit this page View Source

    Response

    Declaration
    public Response Response { get; }
    Property Value
    Type Description
    Response

    Implements

    IEvent

    Extension Methods

    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetHashCodeOrDefault<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation