CreateConversationOptionsBuilder.WithTenantId(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 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.