ConversationReferenceBuilder.WithServiceUrl(String) Method

Definition

Sets the service URL for the reference and returns the current builder instance.

public Microsoft.Agents.Builder.App.Proactive.ConversationReferenceBuilder WithServiceUrl(string serviceUrl);
member this.WithServiceUrl : string -> Microsoft.Agents.Builder.App.Proactive.ConversationReferenceBuilder
Public Function WithServiceUrl (serviceUrl As String) As ConversationReferenceBuilder

Parameters

serviceUrl
String

The service URL to associate with the reference. If null, a default will be provided in Build().

Returns

The current ConversationReferenceBuilder instance with the updated service URL.

Applies to