public static Azure.AI.Language.Conversations.Models.DeepstackPrediction DeepstackPrediction(Azure.AI.Language.Conversations.Models.ProjectKind projectKind = default(Azure.AI.Language.Conversations.Models.ProjectKind), string topIntent = null, System.Collections.Generic.IEnumerable <Azure.AI.Language.Conversations.Models.DeepstackIntent> intents = null, System.Collections.Generic.IEnumerable <Azure.AI.Language.Conversations.Models.DeepstackEntity> entities = null)
 {
     throw null;
 }
 public static Azure.AI.Language.Conversations.Models.WorkflowPrediction WorkflowPrediction(Azure.AI.Language.Conversations.Models.ProjectKind projectKind = default(Azure.AI.Language.Conversations.Models.ProjectKind), string topIntent = null, System.Collections.Generic.IReadOnlyDictionary <string, Azure.AI.Language.Conversations.Models.TargetIntentResult> intents = null)
 {
     throw null;
 }
 public static Azure.AI.Language.Conversations.Models.BasePrediction BasePrediction(Azure.AI.Language.Conversations.Models.ProjectKind projectKind = default(Azure.AI.Language.Conversations.Models.ProjectKind), string topIntent = null)
 {
     throw null;
 }