CreateConversationOptionsBuilder.WithTenantId(String) Method

Definition

Sets the tenant identifier for the conversation being created and returns the builder instance for method chaining.

public Microsoft.Agents.Builder.App.Proactive.CreateConversationOptionsBuilder WithTenantId(string tenantId);
member this.WithTenantId : string -> Microsoft.Agents.Builder.App.Proactive.CreateConversationOptionsBuilder
Public Function WithTenantId (tenantId As String) As CreateConversationOptionsBuilder

Parameters

tenantId
String

The unique identifier of the tenant to associate with the conversation. Ignored if null or empty.

Returns

The current CreateConversationOptionsBuilder instance with the specified tenant identifier applied.

Applies to