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

PersistentAgentsModelFactory.RunStepDeltaMessageCreationObject(String) Method

Definition

Initializes a new instance of RunStepDeltaMessageCreationObject.

public static Azure.AI.Agents.Persistent.RunStepDeltaMessageCreationObject RunStepDeltaMessageCreationObject(string messageId = default);
static member RunStepDeltaMessageCreationObject : string -> Azure.AI.Agents.Persistent.RunStepDeltaMessageCreationObject
Public Shared Function RunStepDeltaMessageCreationObject (Optional messageId As String = Nothing) As RunStepDeltaMessageCreationObject

Parameters

messageId
String

The ID of the newly-created message.

Returns

A new RunStepDeltaMessageCreationObject instance for mocking.

Applies to