Share via


EntityInfo.Alternative(EntityInfo) Method

Definition

True if entities come from exactly the same text in the utterance.

public bool Alternative (Microsoft.Bot.Builder.Dialogs.Adaptive.EntityInfo entity);
member this.Alternative : Microsoft.Bot.Builder.Dialogs.Adaptive.EntityInfo -> bool
Public Function Alternative (entity As EntityInfo) As Boolean

Parameters

entity
EntityInfo

Entity to compare.

Returns

True if entities are from the same text.

Applies to