AIProjectsModelFactory.MessageDeltaTextFileCitationAnnotation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of MessageDeltaTextFileCitationAnnotation.
public static Azure.AI.Projects.MessageDeltaTextFileCitationAnnotation MessageDeltaTextFileCitationAnnotation (int index = 0, Azure.AI.Projects.MessageDeltaTextFileCitationAnnotationObject fileCitation = default, string text = default, int? startIndex = default, int? endIndex = default);
static member MessageDeltaTextFileCitationAnnotation : int * Azure.AI.Projects.MessageDeltaTextFileCitationAnnotationObject * string * Nullable<int> * Nullable<int> -> Azure.AI.Projects.MessageDeltaTextFileCitationAnnotation
Public Shared Function MessageDeltaTextFileCitationAnnotation (Optional index As Integer = 0, Optional fileCitation As MessageDeltaTextFileCitationAnnotationObject = Nothing, Optional text As String = Nothing, Optional startIndex As Nullable(Of Integer) = Nothing, Optional endIndex As Nullable(Of Integer) = Nothing) As MessageDeltaTextFileCitationAnnotation
Parameters
- index
- Int32
The index of the annotation within a text content part.
- fileCitation
- MessageDeltaTextFileCitationAnnotationObject
The file citation information.
- text
- String
The text in the message content that needs to be replaced.
Returns
A new MessageDeltaTextFileCitationAnnotation instance for mocking.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET