Class ConversationProperties
- Namespace
 - FoundationaLLM.Common.Models.Conversation
 
- Assembly
 - FoundationaLLM.Common.dll
 
The session properties object.
public class ConversationProperties
  - Inheritance
 - 
      
      ConversationProperties
 
- Inherited Members
 
- Extension Methods
 
Properties
Metadata
Gets or sets the optional metadata associated with the conversation.
[JsonPropertyName("metadata")]
public string? Metadata { get; set; }
  Property Value
Name
The session name.
[JsonPropertyName("name")]
public string? Name { get; set; }