你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MessageTextFileCitationAnnotation interface

消息中的引文,指向与助手或消息关联的特定文件中的特定引文。 当助手使用“检索”工具来搜索文件时生成。

属性

endIndex

与此文本注释关联的最后一个文本索引。

fileCitation

消息中的引文,指向特定文件中的特定引文。 当助手使用“检索”工具来搜索文件时生成。

startIndex

与此文本注释关联的第一个文本索引。

text

与此文本注释项关联的文本内容。

type

对象类型,始终为“file_citation”。

属性详细信息

endIndex

与此文本注释关联的最后一个文本索引。

endIndex: number

属性值

number

fileCitation

消息中的引文,指向特定文件中的特定引文。 当助手使用“检索”工具来搜索文件时生成。

fileCitation: MessageTextFileCitationDetails

属性值

startIndex

与此文本注释关联的第一个文本索引。

startIndex: number

属性值

number

text

与此文本注释项关联的文本内容。

text: string

属性值

string

type

对象类型,始终为“file_citation”。

type: "file_citation"

属性值

"file_citation"