CreateConversationOptionsBuilder.IsGroup(Boolean) 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.
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.