EntityInfo.Overlaps(EntityInfo) 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.
True if entities share text in utterance.
public bool Overlaps (Microsoft.Bot.Builder.Dialogs.Adaptive.EntityInfo entity);
member this.Overlaps : Microsoft.Bot.Builder.Dialogs.Adaptive.EntityInfo -> bool
Public Function Overlaps (entity As EntityInfo) As Boolean
Parameters
- entity
- EntityInfo
Entity to compare.
Returns
True if entities overlap.