CreateConversationOptionsBuilder.IsGroup(Boolean) Method

Definition

Specifies whether the conversation being created is a group conversation.

public Microsoft.Agents.Builder.App.Proactive.CreateConversationOptionsBuilder IsGroup(bool isGroup);
member this.IsGroup : bool -> Microsoft.Agents.Builder.App.Proactive.CreateConversationOptionsBuilder
Public Function IsGroup (isGroup As Boolean) As CreateConversationOptionsBuilder

Parameters

isGroup
Boolean

A value indicating whether the conversation should be treated as a group conversation.

Returns

The current instance of CreateConversationOptionsBuilder with the group setting applied.

Applies to