AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class UnityEvent_OnConversationLoaded<TConversation, TMessage>

    Inheritance
    object
    UnityEventsGroup
    SelectableEvent<TConversation>
    UnityEvent_OnConversationLoaded<TConversation, TMessage>
    Namespace: Glitch9.AIDevKit.Components
    Assembly: .dll
    Syntax
    [Serializable]
    public class UnityEvent_OnConversationLoaded<TConversation, TMessage> : SelectableEvent<TConversation> where TConversation : class, IChatConversation<TMessage> where TMessage : ChatMessage
    Type Parameters
    Name Description
    TConversation
    TMessage

    Methods

    InvokeINTERNAL(TConversation)

    Declaration
    protected override void InvokeINTERNAL(TConversation conversation)
    Parameters
    Type Name Description
    TConversation conversation
    Overrides
    Glitch9.SelectableEvent<TConversation>.InvokeINTERNAL(TConversation)
    In this article
    Back to top Generated by DocFX