ConversationReferenceBuilder.WithServiceUrl(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.