Share via


ServiceIdAgentThread.ServiceThreadId Property

Definition

Gets or sets the unique identifier that references the conversation state stored in the remote service.

protected string? ServiceThreadId { get; set; }
member this.ServiceThreadId : string with get, set
Protected Property ServiceThreadId As String

Property Value

A string identifier that uniquely identifies the conversation within the remote service, or null if no remote conversation has been established yet.

Remarks

This identifier is used by derived classes to reference the remote conversation state when making API calls to the backing service. The exact format and meaning of this identifier depends on the specific service implementation.

Applies to