Class AgentSession
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class AgentSession
Properties
|
Edit this page
View Source
AgentName
Declaration
public string AgentName { get; set; }
Property Value
|
Edit this page
View Source
Chat
Declaration
public ChatSessionSettings Chat { get; set; }
Property Value
|
Edit this page
View Source
ConversationId
Declaration
public string ConversationId { get; set; }
Property Value
|
Edit this page
View Source
Moderation
Declaration
public ModerationSessionSettings Moderation { get; set; }
Property Value
|
Edit this page
View Source
Speech
Declaration
public SpeechSessionSettings Speech { get; set; }
Property Value
|
Edit this page
View Source
ThreadId
Declaration
public string ThreadId { get; set; }
Property Value
|
Edit this page
View Source
Transcription
Declaration
public TranscriptionSessionSettings Transcription { get; set; }
Property Value
|
Edit this page
View Source
UserName
Declaration
public string UserName { get; set; }
Property Value
Extension Methods