CompactionMessageIndex.GetTurnGroups(Int32) Method

Definition

Returns all groups that belong to the specified user turn.

public System.Collections.Generic.IEnumerable<Microsoft.Agents.AI.Compaction.CompactionMessageGroup> GetTurnGroups(int turnIndex);
member this.GetTurnGroups : int -> seq<Microsoft.Agents.AI.Compaction.CompactionMessageGroup>
Public Function GetTurnGroups (turnIndex As Integer) As IEnumerable(Of CompactionMessageGroup)

Parameters

turnIndex
Int32

The desired turn index.

Returns

The groups belonging to the turn, in order.

Applies to