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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET