RemoveFilesResponse Class

The response message containing list of all files successfully removed from RAG

Definition

Namespace: SuperBuilderWinService.ProvidersImpl
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public sealed class RemoveFilesResponse : IMessage<RemoveFilesResponse>, 
	IMessage, IEquatable<RemoveFilesResponse>, IDeepCloneable<RemoveFilesResponse>, 
	IBufferMessage
Inheritance
Object    RemoveFilesResponse
Implements
IBufferMessage, IDeepCloneableRemoveFilesResponse, IMessage, IMessageRemoveFilesResponse, IEquatableRemoveFilesResponse

Constructors

RemoveFilesResponseInitializes a new instance of the RemoveFilesResponse class
RemoveFilesResponse(RemoveFilesResponse)Initializes a new instance of the RemoveFilesResponse class

Properties

Descriptor 
FilesRemoved Returns the original JSON list of filepaths sent in if successful
Parser 

Methods

Fields

FilesRemovedFieldNumberField number for the "filesRemoved" field.

See Also