Table of Contents

Class ConversationTypes

Namespace
FoundationaLLM.Common.Constants.ResourceProviders
Assembly
FoundationaLLM.Common.dll

Provides the types of conversations.

public static class ConversationTypes
Inheritance
ConversationTypes
Inherited Members

Fields

KioskSession

Conversation type for a Kiosk conversation.

public const string KioskSession = "KioskSession"

Field Value

string

Session

Conversation type for a regular conversation.

public const string Session = "Session"

Field Value

string