Search Results for

    Show / Hide Table of Contents

    Class AgentSession

    Inheritance
    object
    AgentSession
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Agents
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public sealed class AgentSession

    Properties

    | Edit this page View Source

    AgentName

    Declaration
    public string AgentName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Chat

    Declaration
    public ChatSessionSettings Chat { get; set; }
    Property Value
    Type Description
    ChatSessionSettings
    | Edit this page View Source

    ConversationId

    Declaration
    public string ConversationId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Moderation

    Declaration
    public ModerationSessionSettings Moderation { get; set; }
    Property Value
    Type Description
    ModerationSessionSettings
    | Edit this page View Source

    Speech

    Declaration
    public SpeechSessionSettings Speech { get; set; }
    Property Value
    Type Description
    SpeechSessionSettings
    | Edit this page View Source

    ThreadId

    Declaration
    public string ThreadId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Transcription

    Declaration
    public TranscriptionSessionSettings Transcription { get; set; }
    Property Value
    Type Description
    TranscriptionSessionSettings
    | Edit this page View Source

    UserName

    Declaration
    public string UserName { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    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.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation