Class AzureChatExtensionDataSourceResponseCitation

java.lang.Object
com.azure.ai.openai.models.AzureChatExtensionDataSourceResponseCitation

public final class AzureChatExtensionDataSourceResponseCitation extends Object
A single instance of additional context information available when Azure OpenAI chat extensions are involved in the generation of a corresponding chat completions response. This context information is only populated when using an Azure OpenAI request configured to use a matching extension.
  • Method Details

    • getContent

      public String getContent()
      Get the content property: The content of the citation.
      Returns:
      the content value.
    • getTitle

      public String getTitle()
      Get the title property: The title of the citation.
      Returns:
      the title value.
    • getUrl

      public String getUrl()
      Get the url property: The URL of the citation.
      Returns:
      the url value.
    • getFilepath

      public String getFilepath()
      Get the filepath property: The file path of the citation.
      Returns:
      the filepath value.
    • getChunkId

      public String getChunkId()
      Get the chunkId property: The chunk ID of the citation.
      Returns:
      the chunkId value.