PredictionClientAPI contains the set of methods on the PredictionClient type.
type PredictionClientAPI interface { Resolve(ctx context.Context, appID uuid.UUID, query string, timezoneOffset *float64, verbose *bool, staging *bool, spellCheck *bool, bingSpellCheckSubscriptionKey string, logParameter *bool) (result runtime.LuisResult, err error) }