Class AzureAIAgentConversationMappingUpsertResult
- Namespace
- FoundationaLLM.Common.Models.ResourceProviders.AzureAI
- Assembly
- FoundationaLLM.Common.dll
Represents the result of an upsert operation for an AzureAIAgentConversationMapping object.
public class AzureAIAgentConversationMappingUpsertResult : ResourceProviderUpsertResult<AzureAIAgentConversationMapping>
- Inheritance
-
AzureAIAgentConversationMappingUpsertResult
- Inherited Members
- Extension Methods
Properties
NewAzureAIAgentThreadId
The identifier of the newly created Azure AI Agent Service thread id (if any).
public string? NewAzureAIAgentThreadId { get; set; }
Property Value
NewAzureAIAgentVectorStoreId
The identifier of the newly created Azure AI Agent Service vector store id (if any).
public string? NewAzureAIAgentVectorStoreId { get; set; }