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

MessageDeltaTextContent interface

Represents a streamed text content part within a streaming message delta chunk.

Extends

Properties

text

The text content details.

type

The type of content for this content part, which is always "text."

Inherited Properties

index

The index of the content part of the message.

Property Details

text

The text content details.

text?: MessageDeltaTextContentObject

Property Value

type

The type of content for this content part, which is always "text."

type: "text"

Property Value

"text"

Inherited Property Details

index

The index of the content part of the message.

index: number

Property Value

number

Inherited From MessageDeltaContent.index